We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7965690 commit 71d81d7Copy full SHA for 71d81d7
Inpsyde/ruleset.xml
@@ -5,7 +5,6 @@
5
6
<rule ref="WordPress">
7
8
- <!-- Yoda conditions are not helpful, cost only time. -->
9
<exclude name="WordPress.PHP.YodaConditions"/>
10
11
<exclude name="Generic.PHP.LowerCaseConstant"/>
@@ -19,7 +18,7 @@
19
18
<exclude name="Squiz.Commenting.FunctionComment.SpacingBeforeParamType"/>
20
<exclude name="Squiz.Commenting.FunctionComment.SpacingBeforeParams"/>
21
22
- <!-- Exclude Full Stops on inline comment. -->
+ <!-- Exclude full stops on inline comment. -->
23
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar"/>
24
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment"/>
25
0 commit comments