Skip to content

Commit

Permalink
disable broken linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Apr 15, 2022
1 parent abadc50 commit 14eeea7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/tools/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ linters:
- ineffassign
- staticcheck
- typecheck
- unused
# TODO: reenable, seems to be broken in go 1.18
# keep an eye on https://github.com/golangci/golangci-lint/issues/2649
#- unused

# additional lints
- gochecknoinits
Expand Down

0 comments on commit 14eeea7

Please sign in to comment.