Skip to content

Commit

Permalink
Enable new linters (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 25, 2020
1 parent 65e055e commit 1f0d33e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ linters:
- unparam
- whitespace
- wsl
- exhaustivestruct
- errorlint
- tparallel
- wrapcheck
# don't enable:
# - go-header
# - testpackage
Expand Down

0 comments on commit 1f0d33e

Please sign in to comment.