Skip to content

Commit 20d8a99

Browse files
committed
build: run FSharpLint with 1 extra rule
1 parent aed1545 commit 20d8a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.fsx

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Target.create "SelfCheck" (fun _ ->
247247
"maxLinesInUnion"
248248
"maxLinesInClass"
249249
"favourTypedIgnore"
250+
"favourStaticEmptyFields"
250251
]
251252

252253
let jsonObj = JObject.Parse fsharplintJsonText

0 commit comments

Comments
 (0)