Skip to content

Commit

Permalink
Dev: Ignore Zend in phpcs ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 10, 2021
1 parent 7b9e671 commit 4d378f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rulesets/phpcs_ruleset.xml
Expand Up @@ -6,4 +6,6 @@
<exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
<exclude name="Generic.Files.LineLength"/>
</rule>
<exclude-pattern>application/helpers/Zend/*</exclude-pattern>
<exclude-pattern>application/helpers/adodb/*</exclude-pattern>
</ruleset>

0 comments on commit 4d378f9

Please sign in to comment.