Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Added a few exclude statements in ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed May 25, 2015
1 parent ce2b529 commit 7c2d673
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codesniffer.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
<rule ref="WordPress">
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
<exclude name="Generic.Files.EndFileNewline.NotFound" />
<exclude name="Generic.Formatting.DisallowMultipleStatements.SameLine" />
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />

<exclude name="WordPress.XSS.EscapeOutput.UnsafePrintingFunction" />
<exclude name="WordPress.XSS.EscapeOutput.OutputNotEscaped" />
<exclude name="WordPress.Arrays.ArrayDeclaration.NoSpaceAfterOpenParenthesis" />

</rule>
</ruleset>

0 comments on commit 7c2d673

Please sign in to comment.