Skip to content

Commit

Permalink
Dev: Add custom PSR2 ruleset xml (TODO: Move to better folder)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 16, 2018
1 parent f571779 commit 7f48713
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruleset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<ruleset name="PSR2R">
<rule ref="PSR2">
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
</rule>
</ruleset>

0 comments on commit 7f48713

Please sign in to comment.