mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-04-27 03:11:14 +00:00
robot: Make linter happy
This commit is contained in:
parent
e9b07938cc
commit
edb1bb752a
@ -9,4 +9,15 @@ linters:
|
|||||||
- gofmt # check fmt
|
- gofmt # check fmt
|
||||||
- goheader # Check license headers, only checks files in current year
|
- goheader # Check license headers, only checks files in current year
|
||||||
- goimports # check imports
|
- goimports # check imports
|
||||||
- gocyclo # check complexity
|
- gocyclo # check complexity
|
||||||
|
- govet
|
||||||
|
- gosimple
|
||||||
|
- deadcode
|
||||||
|
- ineffassign
|
||||||
|
- unused
|
||||||
|
- varcheck
|
||||||
|
- staticcheck
|
||||||
|
- typecheck
|
||||||
|
- structcheck
|
||||||
|
- godot
|
||||||
|
- misspell
|
Loading…
Reference in New Issue
Block a user