Skip to content

Commit

Permalink
chore: disable exportloopref linter
Browse files Browse the repository at this point in the history
  • Loading branch information
agrrh authored Feb 12, 2025
1 parent 775fa8e commit fd355b0
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 @@ -9,7 +9,6 @@ linters:
enable:
- durationcheck
- errcheck
- exportloopref
- forcetypeassert
- godot
- gofmt
Expand All @@ -24,4 +23,4 @@ linters:
- unconvert
- unparam
- unused
- vet
- vet

0 comments on commit fd355b0

Please sign in to comment.