Created
July 17, 2020 22:02
-
-
Save NickGreen/37c77fc033df7a1b04cf720a75714057 to your computer and use it in GitHub Desktop.
phpcs.xml ruleset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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