Skip to content

Commit

Permalink
remove phase2 deprecated linters (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Nov 12, 2024
1 parent 4736c00 commit 482d659
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ linters:
# bad ones:
- musttag
# Deprecated ones:
- gomnd
- execinquery
- exportloopref
# Redundant ones:
- gofmt # we use gofumpt
Expand All @@ -85,7 +83,6 @@ linters:
- nlreturn
- gochecknoinits
- gochecknoglobals
- mnd
- testpackage
- wrapcheck
- tagliatelle
Expand Down

0 comments on commit 482d659

Please sign in to comment.