Add more golangci-lint linters & sort them (#499)

close #435

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Lukas 2021-12-01 14:43:35 +01:00 committed by GitHub
parent 680d003a29
commit 03a4356764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,22 +7,22 @@ linters-settings:
linters:
disable-all: true
enable:
- bidichk
- deadcode
- errcheck
- gofmt
- goimports
- govet
- deadcode
- gosimple
- typecheck
- errcheck
- bidichk
- govet
- ineffassign
- misspell
- whitespace
- revive
- staticcheck
- structcheck
- varcheck
- ineffassign
- typecheck
- unused
- revive
- varcheck
- whitespace
run:
timeout: 5m