Replies: 2 comments
|
FILTER_REGEX_EXCLUDE: (^foo) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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
fooat any nested level.All reactions