Skip to content

Commit

Permalink
chore(golangci): disable deprecated linters
Browse files Browse the repository at this point in the history
level=warning msg="[lintersdb] The name "goerr113" is deprecated. The linter has been renamed to: err113.
level=warning msg="The linter 'execinquery' is deprecated (since v1.58.0) due to: The repository of the linter has been archived by the owner."
level=warning msg="The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar."
  • Loading branch information
Choraden authored and mmatczuk committed Oct 15, 2024
1 parent 9a5e8bf commit 1f5d9b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ linters:
- contextcheck
- cyclop
- depguard
- execinquery
- exhaustive
- exhaustruct
- exportloopref
- funlen
- gochecknoglobals
- gochecknoinits
- goconst
- godox
- goerr113
- err113
- gomnd
- gomoddirectives
- inamedparam
Expand Down

0 comments on commit 1f5d9b4

Please sign in to comment.