We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd3391 commit 3533cf5Copy full SHA for 3533cf5
1 file changed
phpcs.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0"?>
2
+<ruleset name="Disable specific sniffs only">
3
+ <description>Disables two Squiz for-loop spacing sniffs, leaves everything else unchanged.</description>
4
+
5
+ <!-- Exclude just these two checks -->
6
+ <exclude name="Squiz.ControlStructures.ForLoopDeclaration.SpacingAfterOpen"/>
7
+ <exclude name="Squiz.ControlStructures.ForLoopDeclaration.SpacingBeforeClose"/>
8
+</ruleset>
0 commit comments