Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Kästle committed Oct 15, 2022
1 parent a836bf7 commit e8c9e19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Expand Up @@ -13,6 +13,9 @@ linters:
- exportloopref
disable:
- scopelint
- deadcode
- structcheck
- varcheck
presets:
- bugs
- unused
Expand Down

0 comments on commit e8c9e19

Please sign in to comment.