From bf8382a8008a89af77245877849f4fc40032dede Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sun, 5 Sep 2021 22:55:24 +0100 Subject: [PATCH] make: enable lint for coredump Signed-off-by: Radostin Stoyanov --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c2c387e3a..5592482b9 100644 --- a/Makefile +++ b/Makefile @@ -417,11 +417,13 @@ lint: flake8 --config=scripts/flake8.cfg test/others/rpc/config_file.py flake8 --config=scripts/flake8.cfg lib/py/images/pb2dict.py flake8 --config=scripts/flake8.cfg scripts/criu-ns + flake8 --config=scripts/flake8.cfg coredump/ shellcheck --version shellcheck scripts/*.sh shellcheck scripts/ci/*.sh scripts/ci/apt-install shellcheck test/others/crit/*.sh shellcheck test/others/libcriu/*.sh + shellcheck test/others/crit/*.sh test/others/criu-coredump/*.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"'