8000 chore(lint): disable predeclared due to false positives · charmbracelet/bubbles@a163c6c · GitHub
[go: up one dir, main page]

Skip to content

Commit a163c6c

Browse files
committed
chore(lint): disable predeclared due to false positives
1 parent 72de4f4 commit a163c6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.golangci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ linters:
2828
- unconvert
2929
- unparam
3030
- whitespace
31-
- predeclared
31+
# We're isabling predeclared because the linter is running a newer version
32+
# of Go than then Go module.
33+
# - predeclared

0 commit comments

Comments
 (0)
0