Skip to content

Commit

Permalink
Update the settings of the static analyzer [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 27, 2024
1 parent c3e8b6f commit f795416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/checkstyle.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{"type": "RedundantAccessMeta"},
{"type": "RedundantAllowMeta"},
{"type": "RedundantModifier"},
{"type": "ReturnCount", "props": {"max": 3}},
{"type": "ReturnCount", "props": {"max": 4}},
{"type": "SeparatorWhitespace"},
{"type": "SeparatorWrap"},
{"type": "SimplifyBooleanExpression"},
Expand Down

0 comments on commit f795416

Please sign in to comment.