Skip to content

Instantly share code, notes, and snippets.

@zircote
Created May 10, 2011 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zircote/965058 to your computer and use it in GitHub Desktop.
Save zircote/965058 to your computer and use it in GitHub Desktop.
a PHP_CodeSniffer ruleset for Zend Code Standards
<?xml version="1.0"?>
<ruleset name="Zend Standard">
<description>A custom coding standard</description>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/data/*</exclude-pattern>
<exclude-pattern>*/.svn/*</exclude-pattern>
<exclude-pattern>*.js</exclude-pattern>
<exclude-pattern>*.css</exclude-pattern>
<rule ref="Zend" />
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment