Skip to content

Commit

Permalink
Some column names are not snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenharris committed Nov 7, 2016
1 parent 6601ff2 commit 215cbbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpcs.xml
Expand Up @@ -29,6 +29,10 @@
<exclude name="WordPress.Arrays.ArrayDeclaration.IndexNoNewline" />
<exclude name="WordPress.DB.RestrictedFunctions" />
<exclude name="WordPress.DB.RestrictedClasses" />

<!-- Some column names are not snake_case -->
<exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar" />

</rule>
<rule ref="Zend.Files.ClosingTag" />

Expand Down

0 comments on commit 215cbbb

Please sign in to comment.