File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ parameters:
5
5
6
6
treatPhpDocTypesAsCertain : false
7
7
8
+ strictRules :
9
+ allRules : false
10
+ booleansInConditions : true
11
+ closureUsesThis : true
12
+ disallowedBacktick : true
13
+ disallowedEmpty : true
14
+ disallowedImplicitArrayCreation : true
15
+ disallowedLooseComparison : true
16
+ disallowedShortTernary : true
17
+ illegalConstructorMethodCall : true
18
+ matchingInheritedMethodNames : true
19
+ noVariableVariables : true
20
+ numericOperandsInArithmeticOperators : true
21
+ overwriteVariablesWithLoop : true
22
+ requireParentConstructorCall : true
23
+ strictArrayFilter : true
24
+ strictFunctionCalls : true
25
+ switchConditionsMatchingType : true
26
+ uselessCast : true
27
+
8
28
ignoreErrors :
9
29
# ignore errors caused by defensive programming
10
30
- '#Call to function assert\ (\ ) with true will always evaluate to true. #'
You can’t perform that action at this time.
0 commit comments