Skip to content

Commit 6ea3a91

Browse files
committed
build.fsx,fsharplint.json: enable TypePrefixing rule for SelfCheck
With Mode=Always.
1 parent 6bd7201 commit 6ea3a91

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

build.fsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ Target.create "SelfCheck" (fun _ ->
274274
"trailingWhitespaceOnLine"
275275

276276
// TODO: we should enable at some point
277-
"typePrefixing"
278277
"unnestedFunctionNames"
279278
"nestedFunctionNames"
280279
"nestedStatements"

fsharplint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"typePrefixing": {
3+
"enabled": true,
4+
"config": {
5+
"mode": "Always"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)