diff --git a/.golangci.yml b/.golangci.yml index 16af0fad54..44fce8bea3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -11,9 +11,11 @@ linters: disable-all: true enable: - deadcode + - goconst - goimports - gosimple - govet + - ineffassign - misspell # - staticcheck - unconvert @@ -38,3 +40,6 @@ issues: - path: p2p/discv5/ linters: - deadcode + - path: core/vm/instructions_test.go + linters: + - goconst