Skip to content

Commit

Permalink
exportloopref: deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Gogolok <[email protected]>
  • Loading branch information
gogolok committed Dec 3, 2024
1 parent 85540b4 commit 23922f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ linters:
disable-all: true
enable:
- bodyclose
- copyloopvar
- dogsled
- errcheck
- exportloopref
- gocritic
- goimports
- gosec
- gosimple
- govet
- ineffassign
- intrange
- misspell
- nakedret
- revive
Expand Down

0 comments on commit 23922f4

Please sign in to comment.