Skip to content

Commit 4c42aab

Browse files
committed
CodeClimate: disable golint
golint was frozen and deprecated in 2020. We should disable golint on this project, as we use Go 1.19, released in 2022. golint deprecation issue: golang/go#38968
1 parent 748401b commit 4c42aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ plugins:
7474
gofmt:
7575
enabled: true
7676
golint:
77-
enabled: true
77+
enabled: false
7878
exclude_patterns:
7979
- "**/" # exclude all
8080
- "!./cmd/" # unexclude just the ones we want to lint

0 commit comments

Comments
 (0)