mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
build: sort linters
This commit is contained in:
parent
c41105ce80
commit
aca0c06c92
1 changed files with 6 additions and 6 deletions
|
|
@ -12,18 +12,18 @@ run:
|
|||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- bidichk
|
||||
- durationcheck
|
||||
- exportloopref
|
||||
- goimports
|
||||
- gosimple
|
||||
- govet
|
||||
- ineffassign
|
||||
- misspell
|
||||
- unconvert
|
||||
- typecheck
|
||||
- unused
|
||||
- staticcheck
|
||||
- bidichk
|
||||
- durationcheck
|
||||
- exportloopref
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unused
|
||||
- whitespace
|
||||
|
||||
# - structcheck # lots of false positives
|
||||
|
|
|
|||
Loading…
Reference in a new issue