Skip to content

Commit

Permalink
Increase timeout for golangci-lint and add more linters (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored and jputrino committed Jul 14, 2021
1 parent adc55e4 commit 366eab8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linters-settings:

linters:
enable:
- asciicheck
- deadcode
- errcheck
- errorlint
Expand All @@ -14,15 +15,22 @@ linters:
- gosimple
- govet
- ineffassign
- makezero
- misspell
- nilerr
- predeclared
- promlinter
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
disable-all: true
issues:
max-issues-per-linter: 0
max-same-issues: 0
run:
timeout: 5m

0 comments on commit 366eab8

Please sign in to comment.