Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 70d7e83

Browse files
update tabs
1 parent ee7874b commit 70d7e83

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Neuralab/ruleset.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0"?>
22
<ruleset name="Neuralab">
3-
<description>a.neuralab.coding-standard</description>
4-
<rule ref="Neuralab-Silent"/>
3+
<description>a.neuralab.coding-standard</description>
4+
<rule ref="Neuralab-Silent"/>
55
<rule ref="WordPress-Core">
6-
<!-- Shorthand ternary operators are nice and we want to use them -->
6+
<!-- Shorthand ternary operators are nice and we want to use them -->
77
<exclude name="WordPress.PHP.DisallowShortTernary" />
88
<!-- We prefer short -->
99
<exclude name="Generic.Arrays.DisallowShortArraySyntax" />
1010
</rule>
11-
<rule ref="WordPress-Docs">
11+
<rule ref="WordPress-Docs">
1212
<!-- Don't force comments -->
13-
<exclude name="Squiz.Commenting.FileComment"/>
14-
<exclude name="Squiz.Commenting.FunctionComment" />
15-
<exclude name="Squiz.Commenting.VariableComment" />
16-
<exclude name="Squiz.Commenting.ClassComment" />
13+
<exclude name="Squiz.Commenting.FileComment"/>
14+
<exclude name="Squiz.Commenting.FunctionComment" />
15+
<exclude name="Squiz.Commenting.VariableComment" />
16+
<exclude name="Squiz.Commenting.ClassComment" />
1717
<!-- A useless rule forcing comment ending character to be punctuation -->
1818
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
1919
<!-- A useless rule forcing short comments to start with capital letters -->
@@ -23,11 +23,11 @@
2323
<!-- Don't force Yoda -->
2424
<exclude name="WordPress.PHP.YodaConditions" />
2525
</rule>
26-
<rule ref="WordPress-Extra"/>
26+
<rule ref="WordPress-Extra"/>
2727
<!-- Disable errors for php files without php code inside -->
2828
<rule ref="Internal.NoCodeFound">
29-
<severity>0</severity>
29+
<severity>0</severity>
3030
</rule>
31-
<!-- We prefer short arrays -->
31+
<!-- We prefer short arrays -->
3232
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
3333
</ruleset>

0 commit comments

Comments
 (0)