Replies: 2 comments
-
Please can you try If that's the case, we could add a REGEX_STRICT config that would disable the "or" |
Beta Was this translation helpful? Give feedback.
0 replies
-
FILTER_REGEX_EXCLUDE: (^foo) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, how can I exclude a directory named "foo" in the top level directory, but include the same named directories found elsewhere?
EXCLUDED_DIRECTORIES are excluded at any nested level, not just the directory found in the top level directory.
I'm not sure FILTER_REGEX_EXCLUDE support regex special characters like
^
.MegaLinter config like this didn't work for me.
This works but excludes
foo
at any nested level.Beta Was this translation helpful? Give feedback.
All reactions