Skip to content

Commit 6f6e25d

Browse files
committed
Remove unused feature toggle
1 parent 4def38d commit 6f6e25d

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
@@ -17,7 +17,6 @@ parameters:
1717
curlSetOptTypes: true
1818
missingMagicSerializationRule: true
1919
nullContextForVoidReturningFunctions: true
20-
unescapeStrings: true
2120
alwaysCheckTooWideReturnTypeFinalMethods: true
2221
alwaysTrueAlwaysReported: true
2322
disableUnreachableBranchesRules: true

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ parameters:
3838
curlSetOptTypes: false
3939
missingMagicSerializationRule: false
4040
nullContextForVoidReturningFunctions: false
41-
unescapeStrings: false
4241
alwaysCheckTooWideReturnTypeFinalMethods: false
4342
alwaysTrueAlwaysReported: false
4443
disableUnreachableBranchesRules: false

conf/parametersSchema.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ parametersSchema:
4444
curlSetOptTypes: bool()
4545
missingMagicSerializationRule: bool()
4646
nullContextForVoidReturningFunctions: bool()
47-
unescapeStrings: bool()
4847
alwaysCheckTooWideReturnTypeFinalMethods: bool()
4948
alwaysTrueAlwaysReported: bool()
5049
disableUnreachableBranchesRules: bool()

0 commit comments

Comments
 (0)