robot: Make linter happy

This commit is contained in:
Ettore Di Giacinto 2022-07-25 22:26:10 +00:00 committed by Itxaka
parent e9b07938cc
commit edb1bb752a

View File

@ -9,4 +9,15 @@ linters:
- gofmt # check fmt
- goheader # Check license headers, only checks files in current year
- goimports # check imports
- gocyclo # check complexity
- gocyclo # check complexity
- govet
- gosimple
- deadcode
- ineffassign
- unused
- varcheck
- staticcheck
- typecheck
- structcheck
- godot
- misspell