1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-01-28 16:41:01 +00:00
kube-bench/.golangci.yaml
afdesk 08574d779f
chore: bump up Go version to 1.23.4 (#1776)
* chore; bump up Go version to 1.23.4

* chore(ci): set up a timeout for go linter

* chore: remove deprecated linter checks

* chore: bump up golinter timeout to 10sec

* chore: bump up golinter action version to v1.61

* chore: fix linter errors

* chore: set up a timeout for golinter in Github action
2025-01-15 23:02:16 +06:00

11 lines
128 B
YAML

---
linters:
disable-all: true
enable:
- gocyclo
- gofmt
- goimports
- govet
- misspell
- typecheck