FloeDesignTechnologies/phpcs-security-audit

Exclude patterns doesnot work inside rules

webinvader opened this issue · 1 comments

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.

jrfnl commented

This is caused by this project using a non-standard implementation. See #47 for more information.