Skip to content

Commit

Permalink
Add the docs ruleset to the coding standard for WPCS itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Aug 1, 2016
1 parent be8823f commit cefa5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<ruleset name="WordPress Coding Standards">
<description>The Coding standard for the WordPress Coding Standards itself.</description>

<rule ref="WordPress-Core">
<rule ref="WordPress-Extra">
<exclude name="Generic.Files.LowercasedFilename" />
<exclude name="WordPress.NamingConventions.ValidVariableName" />
</rule>

<rule ref="WordPress-Extra" />
<rule ref="WordPress-Docs" />

</ruleset>

0 comments on commit cefa5ab

Please sign in to comment.