Skip to content

Instantly share code, notes, and snippets.

@NickGreen
Created July 17, 2020 22:02
Show Gist options
  • Save NickGreen/37c77fc033df7a1b04cf720a75714057 to your computer and use it in GitHub Desktop.
Save NickGreen/37c77fc033df7a1b04cf720a75714057 to your computer and use it in GitHub Desktop.
phpcs.xml ruleset
<?xml version="1.0"?>
<!--This entire file can be optionally deleted if this issue is fixed: https://github.com/rtCamp/action-phpcs-code-review/issues/35 -->
<ruleset name="">
<description>PHPCS declaration for A8CTeam51</description>
<rule ref="WordPress-Extra">
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
</rule>
<arg name="extensions" value="php"/>
<arg value="s"/>
<exclude-pattern>.github/</exclude-pattern>
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment