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 5772ccd commit e6cadc7Copy full SHA for e6cadc7
phpcs.xml
@@ -36,6 +36,10 @@
36
<property name="tabIndent" value="false"/>
37
</properties>
38
</rule>
39
+
40
+ <!-- Disallow inline tabs -->
41
+ <rule ref="Universal.WhiteSpace.DisallowInlineTabs">
42
+ </rule>
43
44
<!-- Additional WordPress-specific spacing rules -->
45
<rule ref="WordPress.WhiteSpace.ControlStructureSpacing"/>
@@ -82,6 +86,8 @@
82
86
83
87
<!-- WordPress PHP compatibility -->
84
88
<rule ref="PHPCompatibilityWP"/>
89
+ <include-pattern>*\.php$</include-pattern>
90
85
91
<config name="minimum_supported_wp_version" value="6.5"/>
92
<config name="testVersion" value="7.4-"/>
93
@@ -94,4 +100,4 @@
94
100
<!-- Use colors in output -->
95
101
<arg name="colors"/>
96
102
97
-</ruleset>
103
+</ruleset>
0 commit comments