Skip to content

Commit ba2dc18

Browse files
committed
removed WordPress.Files.FileName and DisAllowShortOpenTag rule
1 parent 20914ff commit ba2dc18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Inpsyde/ruleset.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
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"/>
@@ -18,6 +20,9 @@
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"/>

0 commit comments

Comments
 (0)