This commit is contained in:
Alexey Avramov 2019-08-03 18:38:37 +09:00
parent 85bdcbe22b
commit aef0531721
2 changed files with 8 additions and 5 deletions

View File

@ -11,11 +11,7 @@ script:
- sudo make install - sudo make install
- sudo make systemd - sudo make systemd
- pylint3 -E nohang - make pylint
- pylint3 -E oom-sort
- pylint3 -E psi-top
- pylint3 -E psi-monitor
- pylint3 -E disable=unbalanced-tuple-unpacking nohang_notify_helper
- oom-sort -h - oom-sort -h
- oom-sort - oom-sort

View File

@ -60,3 +60,10 @@ systemd:
-systemctl enable nohang.service -systemctl enable nohang.service
-systemctl restart nohang -systemctl restart nohang
-systemctl status 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