mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
golangci: remove deadcode/varcheck
Both linters are not supported anymore and trigger warnings every time we try to lint our code. To not see those warnings anymore, we remove them from the configuration.
This commit is contained in:
@@ -30,7 +30,6 @@ issues:
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- deadcode
|
||||
- errcheck
|
||||
- goimports
|
||||
- gosimple
|
||||
@@ -39,7 +38,6 @@ linters:
|
||||
- staticcheck
|
||||
- unconvert
|
||||
- unused
|
||||
- varcheck
|
||||
fast: true
|
||||
|
||||
# options for analysis running
|
||||
|
||||
Reference in New Issue
Block a user