mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-15 20:39:08 +00:00
e0fe5698a0
* chore(lint): setup golangci-lint * linters: gofmt, goimports and misspell * Update build.yml Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com> Co-authored-by: Yoav Rotem <yoavrotems97@gmail.com>
13 lines
158 B
YAML
13 lines
158 B
YAML
---
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- deadcode
|
|
- gocyclo
|
|
- gofmt
|
|
- goimports
|
|
- govet
|
|
- misspell
|
|
- typecheck
|
|
- varcheck
|