mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
24 lines
323 B
YAML
24 lines
323 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- structcheck
|
||
|
- varcheck
|
||
|
- staticcheck
|
||
|
- unconvert
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- ineffassign
|
||
|
- vet
|
||
|
- unused
|
||
|
- misspell
|
||
|
disable:
|
||
|
- errcheck
|
||
|
|
||
|
# FIXME: re-enable after fixing GoDoc in this repository
|
||
|
#issues:
|
||
|
# include:
|
||
|
# - EXC0002
|
||
|
|
||
|
run:
|
||
|
timeout: 2m
|