From aef05317210402ba0fdba3d8b4c17bf58b030ea7 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 3 Aug 2019 18:38:37 +0900 Subject: [PATCH] fix --- .travis.yml | 6 +----- Makefile | 7 +++++++ 2 files changed, 8 insertions(+), 5 deletions(-) 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