* Basic golangci-lint config with gofmt and timeout Remove corresponding sections from other CI config files. * Enable comment and string spelling linter * Fix spelling mistakes for linter Co-authored-by: Danny <danny@alcion.ai>
8 lines
67 B
YAML
8 lines
67 B
YAML
run:
|
|
timeout: 15m
|
|
|
|
linters:
|
|
enable:
|
|
- gofmt
|
|
- misspell
|