Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
chore: adjust funlen.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Sep 14, 2019
1 parent d117351 commit 616065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
locale = "US"

[linters-settings.funlen]
lines = 90 # default 60
lines = 100 # default 60
statements = 50 # default 40

[linters]
Expand Down

0 comments on commit 616065b

Please sign in to comment.