mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
.golangci.yml: don't fail on asset deadcode
This commit is contained in:
parent
c2111af96d
commit
a348312d48
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ run:
|
|||
# default is true. Enables skipping of directories:
|
||||
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
|
||||
skip-dirs-use-default: true
|
||||
skip-files:
|
||||
- core/genesis_alloc.go
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
|
@ -43,3 +45,6 @@ issues:
|
|||
- path: core/vm/instructions_test.go
|
||||
linters:
|
||||
- goconst
|
||||
- path: cmd/faucet/
|
||||
linters:
|
||||
- deadcode
|
||||
|
|
|
|||
Loading…
Reference in a new issue