Skip to content

Commit f25096d

Browse files
committed
chore(lint): disable 'predeclared' linter
It seems to always run on the latest version of Go and we're finding false positives with its suggestions.
1 parent 235075a commit f25096d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.golangci-soft.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ linters:
4444
- typecheck
4545
- unused
4646
- varcheck
47+
- predeclared

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ linters:
2828
- unconvert
2929
- unparam
3030
- whitespace
31+
- predeclared

0 commit comments

Comments
 (0)