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.
2 parents 4b9fdd2 + a260482 commit f766a2cCopy full SHA for f766a2c
PHPCSDev/ruleset.xml
@@ -151,6 +151,11 @@
151
<!-- Only one object structure per file. -->
152
<rule ref="Generic.Files.OneObjectStructurePerFile"/>
153
154
+ <!-- Disallow non-strict comparisons and the use of the not operator. -->
155
+ <rule ref="Squiz.Operators.ComparisonOperatorUsage">
156
+ <exclude name="Squiz.Operators.ComparisonOperatorUsage.ImplicitTrue"/>
157
+ </rule>
158
+
159
160
<!--
161
####################################################################
0 commit comments