Skip to content

Commit

Permalink
chore: fix lint errors (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Dec 4, 2024
1 parent 39de02e commit 8a51363
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 @@ -7,8 +7,6 @@ linters:
enable-all: true
disable:
- err113
- gomnd # WARN The linter 'gomnd' is deprecated (since v1.58.0) due to: The linter has been renamed. Replaced by mnd
- execinquery # WARN The linter 'execinquery' is deprecated (since v1.58.0) due to: The repository of the linter has been archived by the owner
- wsl
- lll
- godot
Expand All @@ -24,3 +22,4 @@ linters:
- depguard
- tagalign
- gomoddirectives # TODO remove
- exportloopref # WARN The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar.

0 comments on commit 8a51363

Please sign in to comment.