Skip to content

Commit

Permalink
.golangci.yml: add intrange linter
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Sep 3, 2024
1 parent 32d7a24 commit 9559cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ linters:
- gofmt
- goimports
- gomodguard
- intrange
- misspell
- predeclared
- reassign
Expand Down

0 comments on commit 9559cce

Please sign in to comment.