Skip to content

Commit

Permalink
fix: disable deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Jul 6, 2024
1 parent 595aa02 commit 1ec6a49
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 @@ -24,7 +24,6 @@ linters:
- unused
- whitespace
disable:
- goerr113
- errcheck
- revive
- funlen
Expand All @@ -36,14 +35,12 @@ linters:
- godox
- gomnd
- lll
- maligned
- nestif
- nlreturn
- noctx
- testpackage
- wsl
- ineffassign
- interfacer

linters-settings:
gofumpt:
Expand Down

0 comments on commit 1ec6a49

Please sign in to comment.