Skip to content

Commit

Permalink
chore(tools): replace deprecated exportloopref linter
Browse files Browse the repository at this point in the history
- exportloopref -> copyloopvar. Since Go1.22 this linter is no longer
relevant.
  • Loading branch information
pavel-github committed Aug 20, 2024
1 parent 5a1075a commit 6eb609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
linters:
disable-all: true
enable:
- copyloopvar
- durationcheck
- exportloopref
- godot
- gofmt
- goimports
Expand Down

0 comments on commit 6eb609e

Please sign in to comment.