Skip to content

Commit

Permalink
Disable codeclimate/golint since it breaks on generics (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Nov 30, 2022
1 parent d7b5893 commit 86d1d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ exclude_patterns:
plugins:
gofmt:
enabled: true
# golint doesn't support Go 1.19, so it crashes on generics (2022-11-28)
golint:
enabled: true
enabled: false
govet:
enabled: true

0 comments on commit 86d1d41

Please sign in to comment.