File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
<exclude name =" Squiz.Commenting.InlineComment.NotCapital" />
17
17
<exclude name =" Squiz.Commenting.FileComment" />
18
18
<exclude name =" WordPress.PHP.YodaConditions.NotYoda" />
19
+ <exclude name =" Squiz.PHP.DisallowMultipleAssignments" />
19
20
<exclude name =" WordPress.NamingConvention.ValidVariableName.StringNotSnakeCase" />
20
21
<exclude name =" WordPress.NamingConventions.ValidVariableName.NotSnakeCase" />
21
22
<exclude name =" WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid" />
22
23
<exclude name =" WordPress.NamingConventions.ValidVariableName.MemberNotSnakeCase" />
23
24
<exclude name =" WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar" />
25
+ <exclude name =" WordPress.Files.FileName.InvalidClassFileName" />
26
+ <exclude name =" WordPress.Files.FileName.NotHyphenatedLowercase" />
27
+ <exclude name =" WordPress.Arrays.ArrayDeclarationSpacing" />
28
+ <exclude name =" Squiz.PHP.CommentedOutCode" />
29
+ <exclude name =" WordPress.WP.I18n.MissingTranslatorsComment" />
24
30
</rule >
25
31
<rule ref =" WordPress-Docs" >
26
32
You can’t perform that action at this time.
0 commit comments