mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-10-19 14:32:49 +00:00
23 lines
493 B
YAML
23 lines
493 B
YAML
![]() |
run:
|
||
|
timeout: 5m
|
||
|
tests: false
|
||
|
skip-dirs:
|
||
|
- tests/
|
||
|
linters:
|
||
|
enable:
|
||
|
- revive # replacement for golint
|
||
|
- dupl # check duplicated code
|
||
|
- goconst # check strings that can turn into constants
|
||
|
- gofmt # check fmt
|
||
|
- goheader # Check license headers, only checks files in current year
|
||
|
- goimports # check imports
|
||
|
- gocyclo # check complexity
|
||
|
- govet
|
||
|
- gosimple
|
||
|
- ineffassign
|
||
|
- unused
|
||
|
- staticcheck
|
||
|
- typecheck
|
||
|
- godot
|
||
|
- misspell
|