File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 55
66 <rule ref =" WordPress" >
77
8+ <exclude name =" WordPress.Files.FileName" />
89 <exclude name =" WordPress.PHP.YodaConditions" />
910
11+ <exclude name =" Generic.PHP.DisallowShortOpenTag" />
1012 <exclude name =" Generic.PHP.LowerCaseConstant" />
1113 <exclude name =" Generic.WhiteSpace.ScopeIndent.Incorrect" />
1214 <exclude name =" Generic.Commenting.DocComment.MissingShort" />
1820 <exclude name =" Squiz.Commenting.FunctionComment.SpacingBeforeParamType" />
1921 <exclude name =" Squiz.Commenting.FunctionComment.SpacingBeforeParams" />
2022
23+ <!-- no need for @package in files -->
24+ <exclude name =" Squiz.Commenting.FileComment.MissingPackageTag" />
25+
2126 <!-- Exclude full stops on inline comment. -->
2227 <exclude name =" Squiz.Commenting.InlineComment.InvalidEndChar" />
2328 <exclude name =" Squiz.Commenting.FunctionComment.MissingParamComment" />
You can’t perform that action at this time.
0 commit comments