mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 11:21:02 +00:00
Add more golangci-lint linters & sort them (#499)
close #435 Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
parent
680d003a29
commit
03a4356764
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue