diff --git a/.travis.yml b/.travis.yml index 25c14b5..31e2880 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,7 @@ script: - sudo make install - sudo make systemd - - pylint3 -E nohang - - pylint3 -E oom-sort - - pylint3 -E psi-top - - pylint3 -E psi-monitor - - pylint3 -E disable=unbalanced-tuple-unpacking nohang_notify_helper + - make pylint - oom-sort -h - oom-sort diff --git a/Makefile b/Makefile index 8bc0c7f..17e21b7 100644 --- a/Makefile +++ b/Makefile @@ -60,3 +60,10 @@ systemd: -systemctl enable nohang.service -systemctl restart nohang -systemctl status nohang + +pylint: + -pylint3 -E nohang + -pylint3 -E nohang_notify_helper + -pylint3 -E oom-sort + -pylint3 -E psi-top + -pylint3 -E psi-monitor