Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpke authored Oct 13, 2023
1 parent eb06649 commit 447e211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion handler/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ linters-settings:
lines: 100
statements: 50

run:
timeout: 5m

linters:
# please, do not use `enable-all`: it's deprecated and will be removed soon.
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
Expand All @@ -51,4 +54,4 @@ linters:
- typecheck
- unconvert
- unparam
- unused
- unused

0 comments on commit 447e211

Please sign in to comment.