mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
man/*sh: fix shellcheck warnings, add to shellcheck
Now the only remaining file that needs shellcheck warnings to be fixed is bash-completion. Note that in Makefile's TODO. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -133,8 +133,8 @@ cfmt:
|
||||
shellcheck:
|
||||
shellcheck tests/integration/*.bats tests/integration/*.sh \
|
||||
tests/integration/*.bash tests/*.sh \
|
||||
script/*
|
||||
# TODO: add shellcheck for more sh files
|
||||
man/*.sh script/*
|
||||
# TODO: add shellcheck for more sh files (contrib/completions/bash/runc).
|
||||
|
||||
shfmt:
|
||||
shfmt -ln bats -d -w tests/integration/*.bats
|
||||
|
||||
Reference in New Issue
Block a user