Skip to content

Commit

Permalink
Bump funlen linter to 72
Browse files Browse the repository at this point in the history
This commit bumps the maximum function length to 72 to accomodate
the new flag in setRootFlags.

Signed-off-by: Adolfo Garcia Veytia (puerco) <[email protected]>
  • Loading branch information
puerco committed Aug 25, 2023
1 parent ddf7e48 commit 1f9ece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ linters-settings:
# Checks the number of lines in a function.
# If lower than 0, disable the check.
# Default: 60
lines: 70
lines: 72
# Checks the number of statements in a function.
# If lower than 0, disable the check.
# Default: 40
Expand Down

0 comments on commit 1f9ece0

Please sign in to comment.