mirror of
https://github.com/charmbracelet/bubbles.git
synced 2026-07-21 02:59:28 -06:00
33 lines
516 B
YAML
33 lines
516 B
YAML
run:
|
|
tests: false
|
|
|
|
issues:
|
|
include:
|
|
- EXC0001
|
|
- EXC0005
|
|
- EXC0011
|
|
- EXC0012
|
|
- EXC0013
|
|
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|
|
|
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- copyloopvar
|
|
- gofumpt
|
|
- goimports
|
|
- gosec
|
|
- nilerr
|
|
- revive
|
|
- rowserrcheck
|
|
- sqlclosecheck
|
|
- tparallel
|
|
- unconvert
|
|
- unparam
|
|
- whitespace
|
|
# We're disabling predeclared because the linter is running a newer version
|
|
# of Go than then Go module.
|
|
# - predeclared
|