Skip to content

Commit

Permalink
Remove exportloopref linter since it's no longer relevant in Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebeau committed Sep 5, 2024
1 parent a482fc4 commit a197f1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ linters:
enable:
- durationcheck
- errcheck
- exportloopref
- forcetypeassert
- godot
- gofmt
Expand Down

0 comments on commit a197f1d

Please sign in to comment.