Files
runc/.golangci.yml
T
lifubang 871057d863 drop runc-dmz solution according to overlay solution
Because we have the overlay solution, we can drop runc-dmz binary
solution since it has too many limitations.

Signed-off-by: lifubang <lifubang@acmcoder.com>
2024-10-28 15:18:07 +00:00

18 lines
242 B
YAML

# For documentation, see https://golangci-lint.run/usage/configuration/
run:
build-tags:
- seccomp
linters:
enable:
- gofumpt
- errorlint
- unconvert
- unparam
linters-settings:
govet:
enable:
- nilness