Skip to content

Instantly share code, notes, and snippets.

@mikedfunk
Created March 23, 2016 19:37
Show Gist options
  • Save mikedfunk/eddb470548b44217b6a3 to your computer and use it in GitHub Desktop.
Save mikedfunk/eddb470548b44217b6a3 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<ruleset name="Saatchi Coding Standard">
<description>The coding standard for Saatchi Art</description>
<exclude-pattern>*/vendor/*</exclude-pattern>
<rule ref="PSR2">
<!-- allow if ( ! $myvar) like Sergey prefers -->
<exclude name="PSR2.ControlStructures.ControlStructureSpacing"/>
</rule>
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment