mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +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
|
||||
- whitespace
|
||||
- revive # only certain checks enabled
|
||||
|
||||
- durationcheck
|
||||
- gocheckcompilerdirectives
|
||||
- reassign
|
||||
### linters we tried and will not be using:
|
||||
###
|
||||
# - structcheck # lots of false positives
|
||||
|
|
|
|||
Loading…
Reference in a new issue