mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
21 lines
322 B
YAML
21 lines
322 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- structcheck
|
||
|
- varcheck
|
||
|
- staticcheck
|
||
|
- unconvert
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- ineffassign
|
||
|
- vet
|
||
|
- unused
|
||
|
- misspell
|
||
|
|
||
|
run:
|
||
|
skip-dirs:
|
||
|
- cmd/ctr/commands/run
|
||
|
- cmd/ctr/commands/images
|
||
|
- cmd\\ctr\\commands\\run
|
||
|
- cmd\\ctr\\commands\\images
|