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 582d97c commit ef003a0Copy full SHA for ef003a0
Proton/ruleset.xml
@@ -22,7 +22,6 @@
22
<rule ref="Generic.PHP.DeprecatedFunctions"/>
23
<rule ref="Generic.Formatting.SpaceAfterCast"/>
24
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
25
- <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>
26
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod"/>
27
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
28
<rule ref="Generic.CodeAnalysis.EmptyPHPStatement"/>
tests/expected_csv.txt
@@ -61,11 +61,9 @@ Line,Column,Type,Source
61
6,1,error,SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse
62
58,60,error,SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.NullTypeHintNotOnLastPosition
63
58,32,error,SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.NullTypeHintNotOnLastPosition
64
-58,13,warning,Generic.CodeAnalysis.UnusedFunctionParameter.Found
65
53,54,error,SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing.WhitespaceBeforeColon
66
53,54,error,SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.DisallowedWhitespace
67
53,52,error,PSR12.Functions.ReturnTypeDeclaration.SpaceBeforeColon
68
-53,20,warning,Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed
69
53,20,error,PSR1.Methods.CamelCapsMethodName.NotCamelCaps
70
53,20,error,SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingAnyTypeHint
71
0 commit comments