Skip to content

Commit

Permalink
build: run FSharpLint with 1 extra rule
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte authored and Mersho committed Jan 11, 2024
1 parent 60b2ccc commit bfb6323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ Target.create "SelfCheck" (fun _ ->
"nestedStatements"
(*
"cyclomaticComplexity" rule is too complex and we can enable it later
"avoidSinglePipeOperator" rule must be improved and we can enable it later
*)
"avoidSinglePipeOperator"
"maxLinesInLambdaFunction"
"maxLinesInMatchLambdaFunction"
"maxLinesInValue"
Expand Down

0 comments on commit bfb6323

Please sign in to comment.