libsast
libsast copied to clipboard
Add support for wildcard file names
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".