mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
f07d92dbcd
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>
(cherry picked from commit 871057d863)
Signed-off-by: lifubang <lifubang@acmcoder.com>
18 lines
242 B
YAML
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
|