- Dec 01, 2019
-
-
Philipp Hörist authored
Ignore import-outside-toplevel
-
Philipp Hörist authored
Ignore import-outside-toplevel
-
- Nov 30, 2019
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
We now call pylint multipletimes, until now only the last command return code was evaluated
-
- Nov 15, 2019
-
-
Philipp Hörist authored
-
- Sep 23, 2019
-
-
-
Philipp Hörist authored
This reports a false positiv, see https://gitlab.gnome.org/GNOME/pygobject/issues/361
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Apr 07, 2019
-
-
Philipp Hörist authored
Gtk Objects like a TreeModel is not detected correctly - E0611 no-name-in-module - E1133 not-an-iterable - E1136 unsubscriptable-object
-
Philipp Hörist authored
- E0611 no-name-in-module - E0710 raising-non-exception - E0712 catching-non-exception - E1133 not-an-iterable - E1136 unsubscriptable-object
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Ignore some pylint errors only in CI, not locally - Set max line length to 80
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Oct 03, 2018
-
-
* Move the pylint CI configuration to a separate script * Update pylint in CI to 2.1.1 * Add pycurl to pylint whitelist
-
- Sep 21, 2018
-
-
Philipp Hörist authored
- Run mypy on the full gajim folder
-
- Sep 18, 2018
-
-
Philipp Hörist authored
-
Philipp Hörist authored
- Check for W0631 undefined-loop-variable - Check for W0640 cell-var-from-loop - Check for W1401 anomalous-backslash-in-string - Check for W1505 deprecated-method
-
Philipp Hörist authored
- Check for W0109 duplicate-key - Check for W0123 eval-used - Check for W0143 comparison-with-callable
-
Philipp Hörist authored
- Check for W0104 pointless-statement - Check for W0105 pointless-string-statement - Check for W0108 unnecessary-lambda
-
Philipp Hörist authored
- Check for E0601 used-before-assignment - Check for E0704 misplaced-bare-raise - Check for W0101 unreachable
-
Philipp Hörist authored
- Check for C0113 unneeded-not - Check for C0123 unidiomatic-typecheck - Check for C0203 bad-mcs-method-argument - Check for C0200 consider-using-enumerate - Check for C0305 trailing-newlines - Check for E0213 no-self-argument
-
Philipp Hörist authored
Specify from now on the errors that are disabled instead of enabled, because we have now more checks enabled than disabled
-
Philipp Hörist authored
- Check for R1714 consider-using-in - Check for W0107 unnecessary-pass - Check for W0235 useless-super-delegation
-
Philipp Hörist authored
- Check for W0622 redefined-builtin - Check for C0303 trailing-whitespace - Check for C0326 bad-whitespace
-
Philipp Hörist authored
- Check for C0121 singleton-comparison - Check for C0321 multiple-statements
-
Philipp Hörist authored
- Check for R1704 redefined-argument-from-local - Check for R1705 no-else-return
-
- Sep 17, 2018
-
-
Philipp Hörist authored
Check for R1707 trailing-comma-tuple
-