mirror of
https://github.com/spf13/cobra
synced 2025-05-11 15:57:19 +00:00
26 lines
342 B
YAML
26 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
|