fix
This commit is contained in:
parent
85bdcbe22b
commit
aef0531721
@ -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
|
||||||
|
7
Makefile
7
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user