Skip to content

Commit

Permalink
go: drop nolintlint lint
Browse files Browse the repository at this point in the history
The nolintlint lint (heh) thinks the //nolint:exhaustive directive is
extraneous and fails our CI seemingly randomly, so drop it for now.

Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Oct 10, 2024
1 parent a5b710a commit 44d50ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go-pathrs/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ linters:
- mnd
- nilerr
- nilnil
- nolintlint
# This lint has issues with a nolint:exhaustive we have.
#- nolintlint
- perfsprint
- prealloc
- reassign
Expand Down

0 comments on commit 44d50ec

Please sign in to comment.