mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
e6048715e4
gofumpt (mvdan.cc/gofumpt) is a fork of gofmt with stricter rules. Brought to you by git ls-files \*.go | grep -v ^vendor/ | xargs gofumpt -s -w Looking at the diff, all these changes make sense. Also, replace gofmt with gofumpt in golangci.yml. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
10 lines
140 B
YAML
10 lines
140 B
YAML
# For documentation, see https://golangci-lint.run/usage/configuration/
|
|
|
|
run:
|
|
build-tags:
|
|
- seccomp
|
|
|
|
linters:
|
|
enable:
|
|
- gofumpt
|