mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
Add a GitHub actions workflow to run golangci-lint. Signed-off-by: SuperQ <superq@gmail.com>
13 lines
148 B
YAML
13 lines
148 B
YAML
---
|
|
linters:
|
|
enable:
|
|
# - goimports
|
|
# - misspell
|
|
# - revive
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test.go
|
|
linters:
|
|
- errcheck
|