mirror of
https://github.com/charmbracelet/bubbles.git
synced 2026-07-22 11:39:28 -06:00
chore(lint): update deprecated directive
This commit is contained in:
parent
2caa9d4bdf
commit
64cc034014
@ -15,7 +15,7 @@ issues:
|
|||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
- bodyclose
|
- bodyclose
|
||||||
- exportloopref
|
- copyloopvar
|
||||||
- gofumpt
|
- gofumpt
|
||||||
- goimports
|
- goimports
|
||||||
- gosec
|
- gosec
|
||||||
@ -28,6 +28,6 @@ linters:
|
|||||||
- unconvert
|
- unconvert
|
||||||
- unparam
|
- unparam
|
||||||
- whitespace
|
- whitespace
|
||||||
# We're isabling predeclared because the linter is running a newer version
|
# We're disabling predeclared because the linter is running a newer version
|
||||||
# of Go than then Go module.
|
# of Go than then Go module.
|
||||||
# - predeclared
|
# - predeclared
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user