Skip to content

Is there a way to use an EXCLUDE_FILES list? #5199

Closed Answered by ferrarimarco
behudson asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @behudson !

Both FILTER_REGEX_EXCLUDE and FILTER_REGEX_INCLUDE are Bash regular expression, so you should be able to craft a "complex" regex that suits your needs. At this point, there's no support for specifying multiple regular expressions.

You can also check if the linters you're interested in support an ignore mechanism themselves, and use that instead of FILTER_REGEX_EXCLUDE and FILTER_REGEX_INCLUDE.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ferrarimarco
Comment options

@behudson
Comment options

Answer selected by ferrarimarco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants