Skip to content

Commit 622b112

Browse files
committed
Remove unused feature toggle
1 parent e013997 commit 622b112

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

conf/bleedingEdge.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ parameters:
3030
paramOutVariance: true
3131
strictStaticMethodTemplateTypeVariance: true
3232
propertyVariance: true
33-
projectServicesNotInAnalysedPaths: true
3433
callUserFunc: true
3534
magicConstantOutOfContext: true
3635
pure: true

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ parameters:
5252
strictStaticMethodTemplateTypeVariance: false
5353
propertyVariance: false
5454
stricterFunctionMap: false
55-
projectServicesNotInAnalysedPaths: false
5655
callUserFunc: false
5756
magicConstantOutOfContext: false
5857
pure: false

conf/parametersSchema.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ parametersSchema:
5858
strictStaticMethodTemplateTypeVariance: bool()
5959
propertyVariance: bool()
6060
stricterFunctionMap: bool()
61-
projectServicesNotInAnalysedPaths: bool()
6261
callUserFunc: bool()
6362
magicConstantOutOfContext: bool()
6463
pure: bool()

0 commit comments

Comments
 (0)