libsast icon indicating copy to clipboard operation
libsast copied to clipboard

Add support for wildcard file names

Open valentinas opened this issue 5 months ago • 0 comments

Hi @ajinabraham,

I have a repository that has lots of test files in different folders that are named xxxxxTest.xxx. Currently there is no way to ignore them. This pull request adds a way to specify files to ignore using wildcards, e.g. *Test* will ignore any file name containing "Test".

valentinas avatar Sep 19 '24 04:09 valentinas