Skip to content

Commit

Permalink
Dev: Add codesniffer custom ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 21, 2021
1 parent 8c65310 commit f170b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rulesets/phpcs_ruleset.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<ruleset name="PSR2R">
<rule ref="PSR2">
<rule ref="PSR12">
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
<exclude name="Generic.Files.LineLength"/>
</rule>
</ruleset>

0 comments on commit f170b71

Please sign in to comment.