Skip to content

Commit

Permalink
Golangci : add linters (securego#653)
Browse files Browse the repository at this point in the history
* Update .golangci.yml

* Update .golangci.yml
  • Loading branch information
mmorel-35 authored Jun 18, 2021
1 parent 3f800cc commit 01b12b4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ linters:
enable:
- asciicheck
- bodyclose
- deadcode
- depguard
- dogsled
- durationcheck
Expand All @@ -11,13 +12,20 @@ linters:
- gofumpt
- goimports
- gosec
- gosimple
- govet
- importas
- ineffassign
- megacheck
- misspell
- nakedret
- nolintlint
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- wastedassign
- unused
- varcheck
- wastedassign

0 comments on commit 01b12b4

Please sign in to comment.