diff --git a/cico_run_pylint.sh b/cico_run_pylint.sh index b216799..4f4a437 100755 --- a/cico_run_pylint.sh +++ b/cico_run_pylint.sh @@ -9,4 +9,6 @@ prep() { } prep +./detect-common-errors.sh +./detect-dead-code.sh ./run-linter.sh