Skip to content

Commit 5a660b1

Browse files
committed
fsharplint.json: move FL93 setting to last
Better to place it the last (before hints) if it's the last added rule.
1 parent a0ceba8 commit 5a660b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FSharpLint.Core/fsharplint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,6 @@
302302
"indentation": {
303303
"enabled": false
304304
},
305-
"discourageStringInterpolationWithStringFormat": {
306-
"enabled": false
307-
},
308305
"maxCharactersOnLine": {
309306
"enabled": false,
310307
"config": {
@@ -347,6 +344,9 @@
347344
"noAsyncRunSynchronouslyInLibrary": { "enabled": true },
348345
"favourNestedFunctions": { "enabled": false },
349346
"disallowShadowing": { "enabled": false },
347+
"discourageStringInterpolationWithStringFormat": {
348+
"enabled": false
349+
},
350350
"hints": {
351351
"add": [
352352
"not (a = b) ===> a <> b",

0 commit comments

Comments
 (0)