Philipp Hörist
|
24d939ce41
|
Disable some pylint checks
Gtk Objects like a TreeModel is not detected correctly
- E0611 no-name-in-module
- E1133 not-an-iterable
- E1136 unsubscriptable-object
|
2019-04-07 23:34:43 +02:00 |
|
Philipp Hörist
|
3808c85cbd
|
Enable more pylint checks
- E0611 no-name-in-module
- E0710 raising-non-exception
- E0712 catching-non-exception
- E1133 not-an-iterable
- E1136 unsubscriptable-object
|
2019-04-07 23:07:59 +02:00 |
|
Philipp Hörist
|
b54aba4d3e
|
Fix access-member-before-definition pylint errors
|
2019-04-07 21:50:33 +02:00 |
|
Philipp Hörist
|
b91b64997e
|
Fix no-callable pylint errors
|
2019-04-07 21:47:00 +02:00 |
|
Philipp Hörist
|
33f62cecf9
|
Fix bad-indentation pylint errors
|
2019-04-07 21:44:42 +02:00 |
|
Philipp Hörist
|
b8d70abdb0
|
Enable wildcard-import pylint check
|
2019-04-07 21:32:55 +02:00 |
|
Philipp Hörist
|
7ef066b181
|
Fix ungrouped-imports pylint errors
|
2019-04-07 21:29:45 +02:00 |
|
Philipp Hörist
|
cf40a2a8ef
|
Fix wrong-import-order pylint errors
|
2019-04-07 21:20:21 +02:00 |
|
Philipp Hörist
|
3b3c2af97b
|
Fix wrong-import-position pylint errors
|
2019-04-07 21:15:39 +02:00 |
|
Philipp Hörist
|
d55cb97dd2
|
Update pylintrc
- Ignore some pylint errors only in CI, not locally
- Set max line length to 80
|
2019-04-07 20:41:27 +02:00 |
|
Philipp Hörist
|
f62f922733
|
Fix unused-wildcard-import pylint errors
|
2019-04-07 20:27:07 +02:00 |
|
Philipp Hörist
|
1c39d66d21
|
Fix assignment-from-none pylint errors
|
2019-04-07 20:13:55 +02:00 |
|
Philipp Hörist
|
ee38f76004
|
Fix chained-comparison pylint errors
|
2019-04-07 19:50:15 +02:00 |
|
Philipp Hörist
|
20d3e981b9
|
Fix consider-using-ternary pylint errors
|
2019-04-07 19:48:09 +02:00 |
|
Philipp Hörist
|
dc3910ce4c
|
Fix useless-return pylint errors
|
2019-04-07 19:07:16 +02:00 |
|
Philipp Hörist
|
8ca9c1d6e3
|
Add description for some pylint errors
|
2019-04-07 19:04:21 +02:00 |
|
Marcin Mielniczuk
|
237abf742b
|
Pylint CI improvements
* Move the pylint CI configuration to a separate script
* Update pylint in CI to 2.1.1
* Add pycurl to pylint whitelist
|
2018-10-03 07:58:54 +02:00 |
|