Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
katyanna committed Oct 12, 2023
1 parent 16ae1cc commit 0b1c5a4
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 0b1c5a4

Please sign in to comment.