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: linters:
disable-all: true disable-all: true
enable: enable:
- bidichk
- deadcode
- errcheck
- gofmt - gofmt
- goimports - goimports
- govet
- deadcode
- gosimple - gosimple
- typecheck - govet
- errcheck - ineffassign
- bidichk
- misspell - misspell
- whitespace - revive
- staticcheck - staticcheck
- structcheck - structcheck
- varcheck - typecheck
- ineffassign
- unused - unused
- revive - varcheck
- whitespace
run: run:
timeout: 5m timeout: 5m