Skip to content

Commit

Permalink
ci: linter 'exportloopref' deprecated (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
antrema authored Sep 13, 2024
1 parent d096950 commit 8a94a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ linters:
enable:
- dupl
- errcheck
- exportloopref
- copyloopvar
- goconst
- gocyclo
- gofmt
Expand Down

0 comments on commit 8a94a8f

Please sign in to comment.