Skip to content

Commit

Permalink
switch to copyloopvar linter
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Aug 27, 2024
1 parent a2713a7 commit 5232e29
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 @@ -4,8 +4,8 @@ linters:
disable-all: true
enable:
- asciicheck
- copyloopvar
- exhaustive
- exportloopref
- goconst
- gofmt # redundant, since gofmt *should* be a no-op after gofumpt
- gofumpt
Expand Down

0 comments on commit 5232e29

Please sign in to comment.