Super-linter: multiple Regex exclude folder

Created on 25 Sep 2020  路  1Comment  路  Source: github/super-linter

hi,
i want to exclude more than 1 folder. How can it be done? There is no clue on docs.

there are two folders: static, dev/scss

".static/." ".dev/scss/."
FILTER_REGEX_EXCLUDE: .... ?

question

Most helpful comment

You can build a regex with multiple matching strings

Example : (/static/|/dev/scss)

You can play with an online regex editor to build your appropriate RegEx
https://regex101.com/r/YemT0T/2

>All comments

You can build a regex with multiple matching strings

Example : (/static/|/dev/scss)

You can play with an online regex editor to build your appropriate RegEx
https://regex101.com/r/YemT0T/2

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dshevtsov picture dshevtsov  路  4Comments

brunomartinspro picture brunomartinspro  路  4Comments

sergey-muntyanu picture sergey-muntyanu  路  4Comments

bazzadp picture bazzadp  路  3Comments

tihuan picture tihuan  路  4Comments