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 5
5
6
6
<rule ref =" WordPress" >
7
7
8
+ <exclude name =" WordPress.Files.FileName" />
8
9
<exclude name =" WordPress.PHP.YodaConditions" />
9
10
11
+ <exclude name =" Generic.PHP.DisallowShortOpenTag" />
10
12
<exclude name =" Generic.PHP.LowerCaseConstant" />
11
13
<exclude name =" Generic.WhiteSpace.ScopeIndent.Incorrect" />
12
14
<exclude name =" Generic.Commenting.DocComment.MissingShort" />
18
20
<exclude name =" Squiz.Commenting.FunctionComment.SpacingBeforeParamType" />
19
21
<exclude name =" Squiz.Commenting.FunctionComment.SpacingBeforeParams" />
20
22
23
+ <!-- no need for @package in files -->
24
+ <exclude name =" Squiz.Commenting.FileComment.MissingPackageTag" />
25
+
21
26
<!-- Exclude full stops on inline comment. -->
22
27
<exclude name =" Squiz.Commenting.InlineComment.InvalidEndChar" />
23
28
<exclude name =" Squiz.Commenting.FunctionComment.MissingParamComment" />
You can’t perform that action at this time.
0 commit comments