Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
deadcode and varcheck are deprecated. They're currenlty unused throughout the code, so no need for replacement.

Signed-off-by: Katyanna Moura <[email protected]>
  • Loading branch information
katyanna committed Oct 19, 2023
1 parent da9b8b3 commit b1a6d7a
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 @@ -4,12 +4,10 @@ run:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
- varcheck

0 comments on commit b1a6d7a

Please sign in to comment.