Skip to content

Commit 475f6f1

Browse files
committed
Ruleset: order remaining extra rules alphabetically
1 parent 95ed2d2 commit 475f6f1

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

PHPParallelLint/ruleset.xml

+13-11
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,26 @@
3030
#############################################################################
3131
-->
3232

33-
<rule ref="Generic.PHP.NoSilencedErrors"/>
34-
<rule ref="Squiz.PHP.GlobalKeyword"/>
35-
<rule ref="Squiz.PHP.LowercasePHPFunctions"/>
36-
<rule ref="Squiz.PHP.NonExecutableCode"/>
33+
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
34+
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
3735

38-
<rule ref="Generic.Strings.UnnecessaryStringConcat"/>
36+
<rule ref="Generic.Formatting.SpaceAfterCast"/>
37+
38+
<rule ref="Generic.Metrics.CyclomaticComplexity"/>
39+
<rule ref="Generic.Metrics.NestingLevel"/>
3940

4041
<rule ref="Generic.NamingConventions.ConstructorName"/>
4142

42-
<rule ref="Generic.Metrics.NestingLevel"/>
43-
<rule ref="Generic.Metrics.CyclomaticComplexity"/>
43+
<rule ref="Generic.PHP.NoSilencedErrors"/>
4444

45-
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
46-
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
45+
<rule ref="Generic.Strings.UnnecessaryStringConcat"/>
4746

4847
<rule ref="PEAR.Commenting.InlineComment"/>
4948

50-
<rule ref="Generic.Formatting.SpaceAfterCast"/>
51-
5249
<rule ref="Squiz.Arrays.ArrayBracketSpacing"/>
50+
51+
<rule ref="Squiz.PHP.GlobalKeyword"/>
52+
<rule ref="Squiz.PHP.LowercasePHPFunctions"/>
53+
<rule ref="Squiz.PHP.NonExecutableCode"/>
54+
5355
</ruleset>

0 commit comments

Comments
 (0)