Skip to content

Commit 39bc5af

Browse files
committed
Remove disallowedConstructs
1 parent 537b6c7 commit 39bc5af

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ parameters:
6666
booleansInConditions: false
6767
uselessCast: false
6868
requireParentConstructorCall: false
69-
disallowedConstructs: false
7069
disallowedBacktick: false
7170
disallowedEmpty: false
7271
disallowedImplicitArrayCreation: false

rules.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ parameters:
2121
booleansInConditions: %strictRules.allRules%
2222
uselessCast: %strictRules.allRules%
2323
requireParentConstructorCall: %strictRules.allRules%
24-
disallowedConstructs: %strictRules.allRules%
2524
disallowedBacktick: %strictRules.allRules%
2625
disallowedEmpty: %strictRules.allRules%
2726
disallowedImplicitArrayCreation: %strictRules.allRules%
@@ -42,7 +41,6 @@ parametersSchema:
4241
booleansInConditions: anyOf(bool(), arrayOf(bool()))
4342
uselessCast: anyOf(bool(), arrayOf(bool()))
4443
requireParentConstructorCall: anyOf(bool(), arrayOf(bool()))
45-
disallowedConstructs: anyOf(bool(), arrayOf(bool()))
4644
disallowedBacktick: anyOf(bool(), arrayOf(bool()))
4745
disallowedEmpty: anyOf(bool(), arrayOf(bool()))
4846
disallowedImplicitArrayCreation: anyOf(bool(), arrayOf(bool()))

0 commit comments

Comments
 (0)