Skip to content

Commit

Permalink
[chore] add reassign linter (#26523)
Browse files Browse the repository at this point in the history
See
#25060
for original request.

This adds the reassign linter, checking no package variables are
reassigned.
  • Loading branch information
atoulme authored Sep 8, 2023
1 parent 962a113 commit c26d3f9
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 @@ -142,6 +142,7 @@ linters:
- gosec
- govet
- misspell
- reassign
- revive
- staticcheck
- tenv
Expand Down

0 comments on commit c26d3f9

Please sign in to comment.