mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
9594085573
Add gofmt to golangci-lint configuration, and remove the script which ran gofmt. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
10 lines
138 B
YAML
10 lines
138 B
YAML
# For documentation, see https://golangci-lint.run/usage/configuration/
|
|
|
|
run:
|
|
build-tags:
|
|
- seccomp
|
|
|
|
linters:
|
|
enable:
|
|
- gofmt
|