|
1 | 1 | # All used sniffs |
2 | 2 |
|
3 | | -### Generic (37 sniffs) |
| 3 | +### Generic (43 sniffs) |
4 | 4 | - Generic.Arrays.ArrayIndent |
5 | 5 | - Generic.Arrays.DisallowLongArraySyntax |
6 | 6 | - Generic.Classes.DuplicateClassName |
7 | 7 | - Generic.CodeAnalysis.AssignmentInCondition |
8 | 8 | - Generic.CodeAnalysis.EmptyStatement |
9 | 9 | - Generic.CodeAnalysis.ForLoopShouldBeWhileLoop |
| 10 | + - Generic.CodeAnalysis.ForLoopWithTestFunctionCall |
| 11 | + - Generic.CodeAnalysis.JumbledIncrementer |
10 | 12 | - Generic.CodeAnalysis.UnconditionalIfStatement |
11 | 13 | - Generic.CodeAnalysis.UnnecessaryFinalModifier |
12 | 14 | - Generic.CodeAnalysis.UselessOverridingMethod |
|
19 | 21 | - Generic.Formatting.DisallowMultipleStatements |
20 | 22 | - Generic.Formatting.NoSpaceAfterCast |
21 | 23 | - Generic.Formatting.SpaceAfterNot |
| 24 | + - Generic.Functions.CallTimePassByReference |
22 | 25 | - Generic.Functions.FunctionCallArgumentSpacing |
23 | 26 | - Generic.NamingConventions.ConstructorName |
24 | 27 | - Generic.NamingConventions.UpperCaseConstantName |
| 28 | + - Generic.PHP.BacktickOperator |
25 | 29 | - Generic.PHP.CharacterBeforePHPOpeningTag |
26 | 30 | - Generic.PHP.DeprecatedFunctions |
27 | 31 | - Generic.PHP.DisallowAlternativePHPTags |
28 | 32 | - Generic.PHP.DisallowShortOpenTag |
| 33 | + - Generic.PHP.DiscourageGoto |
29 | 34 | - Generic.PHP.ForbiddenFunctions |
30 | 35 | - Generic.PHP.LowerCaseConstant |
31 | 36 | - Generic.PHP.LowerCaseKeyword |
32 | 37 | - Generic.PHP.LowerCaseType |
33 | 38 | - Generic.PHP.NoSilencedErrors |
34 | 39 | - Generic.Strings.UnnecessaryStringConcat |
| 40 | + - Generic.VersionControl.GitMergeConflict |
35 | 41 | - Generic.WhiteSpace.ArbitraryParenthesesSpacing |
36 | 42 | - Generic.WhiteSpace.DisallowSpaceIndent - *Depends on selected indentation configuration* |
37 | 43 | - Generic.WhiteSpace.DisallowTabIndent - *Depends on selected indentation configuration* |
|
89 | 95 | - SlevomatCodingStandard.Arrays.MultiLineArrayEndBracketPlacement |
90 | 96 | - SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace |
91 | 97 | - SlevomatCodingStandard.Arrays.TrailingArrayComma |
| 98 | + - SlevomatCodingStandard.Classes.ClassConstantVisibility |
92 | 99 | - SlevomatCodingStandard.Classes.ConstantSpacing |
93 | 100 | - SlevomatCodingStandard.Classes.DisallowLateStaticBindingForConstants |
94 | 101 | - SlevomatCodingStandard.Classes.DisallowMultiConstantDefinition |
|
132 | 139 | - SlevomatCodingStandard.Functions.StaticClosure |
133 | 140 | - SlevomatCodingStandard.Functions.RequireTrailingCommaInCall |
134 | 141 | - SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure |
| 142 | + - SlevomatCodingStandard.Functions.UselessParameterDefaultValue |
135 | 143 | - SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses |
136 | 144 | - SlevomatCodingStandard.Namespaces.DisallowGroupUse |
137 | 145 | - SlevomatCodingStandard.Namespaces.FullyQualifiedExceptions |
|
0 commit comments