mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -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:
parent
deee49de54
commit
39856d3d58
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue