mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
19 lines
229 B
YAML
19 lines
229 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- structcheck
|
||
|
- varcheck
|
||
|
- staticcheck
|
||
|
- unconvert
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- ineffassign
|
||
|
- vet
|
||
|
- unused
|
||
|
- misspell
|
||
|
disable:
|
||
|
- errcheck
|
||
|
|
||
|
run:
|
||
|
timeout: 3m
|