File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ parameters:
66
66
booleansInConditions: false
67
67
uselessCast: false
68
68
requireParentConstructorCall: false
69
- disallowedConstructs: false
70
69
disallowedBacktick: false
71
70
disallowedEmpty: false
72
71
disallowedImplicitArrayCreation: false
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ parameters:
21
21
booleansInConditions : %strictRules.allRules%
22
22
uselessCast : %strictRules.allRules%
23
23
requireParentConstructorCall : %strictRules.allRules%
24
- disallowedConstructs : %strictRules.allRules%
25
24
disallowedBacktick : %strictRules.allRules%
26
25
disallowedEmpty : %strictRules.allRules%
27
26
disallowedImplicitArrayCreation : %strictRules.allRules%
@@ -42,7 +41,6 @@ parametersSchema:
42
41
booleansInConditions : anyOf (bool (), arrayOf (bool ()))
43
42
uselessCast : anyOf (bool (), arrayOf (bool ()))
44
43
requireParentConstructorCall : anyOf (bool (), arrayOf (bool ()))
45
- disallowedConstructs : anyOf (bool (), arrayOf (bool ()))
46
44
disallowedBacktick : anyOf (bool (), arrayOf (bool ()))
47
45
disallowedEmpty : anyOf (bool (), arrayOf (bool ()))
48
46
disallowedImplicitArrayCreation : anyOf (bool (), arrayOf (bool ()))
You can’t perform that action at this time.
0 commit comments