mirror of
https://github.com/rancher/k3k.git
synced 2026-02-14 18:10:01 +00:00
* added golangci-lint action * linters * cleanup linters * fix error, increase timeout * removed unnecessary call to Stringer
10 lines
118 B
YAML
10 lines
118 B
YAML
linters:
|
|
enable:
|
|
# default linters
|
|
- errcheck
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- unused
|