Skip to content

Commit

Permalink
Add loopclosure linter (#7079)
Browse files Browse the repository at this point in the history
It might have prevented this bug from happening:
a6498b6

Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi authored Jul 6, 2023
1 parent 2fe1db6 commit 6a0495c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ linters:
- prealloc
- unconvert
- unparam
- loopclosure
disable:
- errcheck

Expand Down

0 comments on commit 6a0495c

Please sign in to comment.