Allow PHPCS check for indentation

Fixes #15761
This commit is contained in:
Claudio Sanches 2017-06-26 17:38:56 -03:00
parent 60c20754cc
commit e14524850a
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@
<exclude name="Generic.PHP.LowerCaseKeyword.Found" /> <exclude name="Generic.PHP.LowerCaseKeyword.Found" />
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" /> <exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
<exclude name="Generic.Strings.UnnecessaryStringConcat.Found" /> <exclude name="Generic.Strings.UnnecessaryStringConcat.Found" />
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
<exclude name="Squiz.Commenting.BlockComment.WrongEnd" /> <exclude name="Squiz.Commenting.BlockComment.WrongEnd" />
<exclude name="Squiz.Commenting.ClassComment.SpacingAfter" /> <exclude name="Squiz.Commenting.ClassComment.SpacingAfter" />
<exclude name="Squiz.Commenting.ClassComment.Missing" /> <exclude name="Squiz.Commenting.ClassComment.Missing" />