Skip to content

Commit bce955f

Browse files
committed
build: run FSharpLint with 1 extra rule
1 parent 06ab473 commit bce955f

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
@@ -256,6 +256,7 @@ Target.create "SelfCheck" (fun _ ->
256256
"noPartialFunctions"
257257
"maxNumberOfItemsInTuple"
258258
"maxNumberOfFunctionParameters"
259+
"maxNumberOfMembers"
259260
]
260261

261262
let jsonObj = JObject.Parse fsharplintJsonText

0 commit comments

Comments
 (0)