mirror of https://github.com/leafspark/AutoGGUF
remove every error
This commit is contained in:
parent
c2d22d478c
commit
2941017d7d
|
@ -20,4 +20,4 @@ jobs:
|
|||
pip install pylint PyQt6 psutil requests
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py') --disable=C0103,C0111,C0301,C0302,C0325,C0326,C0330,C0411,C0412,C0413,C0414,C0415,W0401,W0611,W0612,W0613,W0614,W0703,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,E1101
|
||||
pylint $(git ls-files '*.py') --disable=all --enable=E0001,E0100,E0101,E0102,E0103,E0104,E0105,E0107,E0108,E0110,E0111,E0112,E0113,E0114,E0115,E0116,E0117,E0118,E0202,E0203,E0211,E0213,E0236,E0237,E0238,E0239,E0240,E0241,E0301,E0302,E0303,E0401,E0402,E0601,E0602,E0603,E0604,E0701,E0702,E0703,E0704,E0710,E0711,E0712,E1003,E1101,E1102,E1111,E1120,E1121,E1123,E1124,E1125,E1126,E1127,E1128,E1129,E1130,E1131,E1132,E1133,E1134,E1135,E1136,E1137,E1138,E1139,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701 --fail-under=1
|
||||
|
|
Loading…
Reference in New Issue