mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
golangci: enable moar linters
This commit is contained in:
parent
8b9b29afb6
commit
ce2c957fbb
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ linters:
|
||||||
- copyloopvar
|
- copyloopvar
|
||||||
- whitespace
|
- whitespace
|
||||||
- revive # only certain checks enabled
|
- revive # only certain checks enabled
|
||||||
|
- durationcheck
|
||||||
|
- gocheckcompilerdirectives
|
||||||
|
- reassign
|
||||||
### linters we tried and will not be using:
|
### linters we tried and will not be using:
|
||||||
###
|
###
|
||||||
# - structcheck # lots of false positives
|
# - structcheck # lots of false positives
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue