Skip to content

Commit

Permalink
golangci: remove deadcode/varcheck
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lbajolet-hashicorp committed Jun 7, 2024
1 parent deee49d commit 39856d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ issues:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- goimports
- gosimple
Expand All @@ -39,7 +38,6 @@ linters:
- staticcheck
- unconvert
- unused
- varcheck
fast: true

# options for analysis running
Expand Down

0 comments on commit 39856d3

Please sign in to comment.