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:
6666booleansInConditions: false
6767uselessCast: false
6868requireParentConstructorCall: false
69- disallowedConstructs: false
7069disallowedBacktick: false
7170disallowedEmpty: false
7271disallowedImplicitArrayCreation: false
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ parameters:
2121booleansInConditions : %strictRules.allRules%
2222uselessCast : %strictRules.allRules%
2323requireParentConstructorCall : %strictRules.allRules%
24- disallowedConstructs : %strictRules.allRules%
2524disallowedBacktick : %strictRules.allRules%
2625disallowedEmpty : %strictRules.allRules%
2726disallowedImplicitArrayCreation : %strictRules.allRules%
@@ -42,7 +41,6 @@ parametersSchema:
4241booleansInConditions : anyOf (bool (), arrayOf (bool ()))
4342uselessCast : anyOf (bool (), arrayOf (bool ()))
4443requireParentConstructorCall : anyOf (bool (), arrayOf (bool ()))
45- disallowedConstructs : anyOf (bool (), arrayOf (bool ()))
4644disallowedBacktick : anyOf (bool (), arrayOf (bool ()))
4745disallowedEmpty : anyOf (bool (), arrayOf (bool ()))
4846disallowedImplicitArrayCreation : anyOf (bool (), arrayOf (bool ()))
You can’t perform that action at this time.
0 commit comments