Open scamden opened 7 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
It looks good! It is missing a test that includes the rule I asked you in the issue. Could you share it, so I make sure we don't regress ? thank you!
It looks good! It is missing a test that includes the rule I asked you in the issue. Could you share it, so I make sure we don't regress ? thank you!
Sorry pretty busy with the day job! It's any rule that includes a directory with */ and then exludes some sub folder
{ "includes" : "someFolder/*/", "excludes" : "someFolder/subFolder/*" // other options }
Description
This PR fixes a bug we find when using includes and excludes clauses within the same rule.
closes https://github.com/gagoar/use-herald-action/issues/541