Skip to content

Commit

Permalink
build: Add extra linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock authored and davecgh committed Oct 2, 2023
1 parent 318d216 commit 709f64d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@ linters:
disable-all: true
enable:
- asciicheck
- bidichk
- durationcheck
- errcheck
- errchkjson
- exhaustive
- exportloopref
- goconst
- gofmt
- goimports
- gosimple
- govet
- ineffassign
- misspell
- noctx
- nilerr
- revive
- staticcheck
- tparallel
- typecheck
- unconvert
- unparam
- unused
- vetshadow

0 comments on commit 709f64d

Please sign in to comment.