File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" WordPress Plugin Coding Standards" >
3- <description >WordPress coding standards with spaces enforcement for Optimizations ACE MC plugin </description >
3+ <description >WordPress coding standards</description >
44
55 <!-- Files to check -->
66 <file >.</file >
3636 <property name =" tabIndent" value =" false" />
3737 </properties >
3838 </rule >
39-
39+
40+ <!-- Disallow Rule Flagging Space Indents -->
41+ <rule ref =" Generic.WhiteSpace.DisallowSpaceIndent" >
42+ <exclude name =" Generic.WhiteSpace.DisallowSpaceIndent" />
43+ </rule >
44+
45+ <!-- Disallow Rule Flagging Space Indents -->
46+ <rule ref =" Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" >
47+ <exclude name =" Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
48+ </rule >
49+
4050 <!-- Disallow inline tabs -->
4151 <rule ref =" Universal.WhiteSpace.DisallowInlineTabs" >
4252 </rule >
You can’t perform that action at this time.
0 commit comments