mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
make: enable lint for coredump
Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
8aa7694558
commit
bf8382a800
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue