mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
871057d863
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>
16 lines
381 B
YAML
16 lines
381 B
YAML
# This is golangci-lint config file which is used to check new code in
|
|
# github PRs only (see lint-extra in .github/workflows/validate.yml).
|
|
#
|
|
# For the default linter config, see .golangci.yml. This config should
|
|
# only enable additional linters not enabled in the default config.
|
|
|
|
run:
|
|
build-tags:
|
|
- seccomp
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- godot
|
|
- revive
|