Skip to content

Commit

Permalink
update golangci lint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vansante committed Aug 20, 2021
1 parent fde8734 commit 8a24d22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,21 @@ linters-settings:

linters:
enable:
- exportloopref
- megacheck
- govet
- golint
- gosec
- unconvert
- goconst
- gocyclo
- gofmt
- maligned
- lll
- revive
- unparam
- nakedret
- misspell
disable:
- exhaustive
enable-all: false
disable-all: false
presets:
Expand Down

0 comments on commit 8a24d22

Please sign in to comment.