Skip to content

Commit

Permalink
chore(golangci-lint): enable copyloopvar, intrange, and prealloc (#740)
Browse files Browse the repository at this point in the history
No new findings to address.
  • Loading branch information
scop committed Jun 3, 2024
1 parent e953133 commit dd53f02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ linters:
- bodyclose
- containedctx
- contextcheck
- copyloopvar
- decorder
- dogsled
- dupl
Expand All @@ -59,6 +60,7 @@ linters:
- gosimple
- govet
- ineffassign
- intrange
- makezero
- mirror
- misspell
Expand All @@ -67,6 +69,7 @@ linters:
- noctx
- nolintlint
- perfsprint
- prealloc
- predeclared
- reassign
- revive
Expand Down

0 comments on commit dd53f02

Please sign in to comment.