Skip to content

Commit

Permalink
remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed May 22, 2024
1 parent 82c57d7 commit d528a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ linters:
- dupl
- dupword
- durationcheck
- err113
- errcheck
- errchkjson
- errname
- errorlint
- execinquery
- exhaustive
- exportloopref
# - forbidigo
Expand All @@ -77,7 +77,6 @@ linters:
- goconst
- gocritic
- godot
- goerr113
- gofmt
- gofumpt
- goheader
Expand Down

0 comments on commit d528a6d

Please sign in to comment.