Makefile: add shellcheck test/others/libcriu/*.sh

Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
Radostin Stoyanov 2021-09-28 10:17:55 +01:00 committed by Andrei Vagin
parent 59d0dfba96
commit 62b3779574
2 changed files with 2 additions and 0 deletions

View file

@ -413,6 +413,7 @@ lint:
shellcheck scripts/*.sh
shellcheck scripts/ci/*.sh scripts/ci/apt-install
shellcheck test/others/crit/*.sh
shellcheck test/others/libcriu/*.sh
shellcheck test/others/config-file/*.sh
# Do not append \n to pr_perror or fail
! git --no-pager grep -E '^\s*\<(pr_perror|fail)\>.*\\n"'