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

Commit

Permalink
Exclude non-sense rules
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed May 25, 2015
1 parent bc7ba9e commit f4c3c95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codesniffer.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<exclude name="Generic.Formatting.DisallowMultipleStatements.SameLine" />
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />

<exclude name="Squiz.Commenting.FileComment.WrongStyle" />
<exclude name="Squiz.Commenting.BlockComment.NoEmptyLineBefore" />

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

0 comments on commit f4c3c95

Please sign in to comment.