Skip to content

Commit

Permalink
Update golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay-Zee committed Oct 21, 2021
1 parent b5bad68 commit 8503a6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ linters:
enable:
- goimports
- gosec

issues:
exclude-rules:
- path: _test\.go # disable some linters on test files
linters:
- unused

0 comments on commit 8503a6a

Please sign in to comment.