Skip to content

Commit 5ba2426

Browse files
committed
fsharplint.json: move FL0089 config to end of file
Because it's the last rule to be added, it's better to locate it at the end of the file, for easier update.
1 parent 76ac4f0 commit 5ba2426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpLint.Core/fsharplint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282
}
283283
},
284284
"favourIgnoreOverLetWild": { "enabled": true },
285-
"favourSingleton": { "enabled": false },
286285
"wildcardNamedWithAsPattern": { "enabled": true },
287286
"uselessBinding": { "enabled": true },
288287
"tupleOfWildcards": { "enabled": true },
@@ -341,6 +340,7 @@
341340
"style": "OCaml"
342341
}
343342
},
343+
"favourSingleton": { "enabled": false },
344344
"hints": {
345345
"add": [
346346
"not (a = b) ===> a <> b",

0 commit comments

Comments
 (0)