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:
|
linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
enable:
|
enable:
|
||||||
|
- bidichk
|
||||||
|
- durationcheck
|
||||||
|
- exportloopref
|
||||||
- goimports
|
- goimports
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- misspell
|
- misspell
|
||||||
- unconvert
|
|
||||||
- typecheck
|
|
||||||
- unused
|
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- bidichk
|
- typecheck
|
||||||
- durationcheck
|
- unconvert
|
||||||
- exportloopref
|
- unused
|
||||||
- whitespace
|
- whitespace
|
||||||
|
|
||||||
# - structcheck # lots of false positives
|
# - structcheck # lots of false positives
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue