Exclude patterns doesnot work inside rules
webinvader opened this issue · 1 comments
webinvader commented
I would like to be able to use the exclude-pattern for specific rules in a ruleset.xml
<rule ref="Security.BadFunctions.FilesystemFunctions">
<exclude-pattern>*/config/*</exclude-pattern>
</rule>
This phpcs functionality does not appear to be working with phpcs-security-audit rules.