mirror of
https://github.com/spf13/cobra
synced 2025-05-08 06:17:25 +00:00
25 lines
342 B
YAML
25 lines
342 B
YAML
run:
|
|
deadline: 5m
|
|
|
|
linters:
|
|
enable:
|
|
- deadcode
|
|
- errcheck
|
|
- gas
|
|
- goconst
|
|
- goimports
|
|
- golint
|
|
- govet
|
|
- ineffassign
|
|
- interfacer
|
|
- maligned
|
|
- megacheck
|
|
- structcheck
|
|
- unconvert
|
|
- varcheck
|
|
enable-all: false
|
|
disable-all: true
|
|
# presets:
|
|
# - bugs
|
|
# - unused
|
|
fast: false
|