Skip to content

Commit 0d54cac

Browse files
committed
Revert "fsharplint.json: temporarily enable new rule for SelfCheck"
This reverts commit fa8c654, because we need to make the setting be in sync with the documentation before we publish a new release. (We had enabled the rule temporarily so that when rebasing PR#637, CI would flag it and the author would address it :) )
1 parent d05ca87 commit 0d54cac

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
@@ -286,7 +286,7 @@
286286
"uselessBinding": { "enabled": true },
287287
"tupleOfWildcards": { "enabled": true },
288288
"favourTypedIgnore": { "enabled": false },
289-
"favourNonMutablePropertyInitialization": { "enabled": true },
289+
"favourNonMutablePropertyInitialization": { "enabled": false },
290290
"favourReRaise": { "enabled": true },
291291
"favourStaticEmptyFields": { "enabled": false },
292292
"favourConsistentThis": {

0 commit comments

Comments
 (0)