Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-29Remove unused scriptAndré Apitzsch
The script has been moved to gajim-plugins repo.
2020-06-07Update pre-push-tests.shlovetox
2019-12-06there is no more core plugins. see [765180d1]Yann Leboulanger
2019-12-03CI: Update pylint scriptPhilipp Hörist
2019-12-01CI: Update pylint scriptPhilipp Hörist
Ignore import-outside-toplevel
2019-12-01CI: Update pylint scriptPhilipp Hörist
Ignore import-outside-toplevel
2019-12-01CI: Update pylint scriptPhilipp Hörist
2019-12-01CI: Update pylint testPhilipp Hörist
2019-12-01Fail CI on any pylint errorsPhilipp Hörist
We now call pylint multipletimes, until now only the last command return code was evaluated
2019-11-15CI: Use strict pylint settings for modulesPhilipp Hörist
2019-09-23CI: Disable pylint E1133 for nowPhilipp Hörist
see https://gitlab.gnome.org/GNOME/pygobject/issues/361
2019-09-23CI: Disable pylint E1136 for nowPhilipp Hörist
This reports a false positiv, see https://gitlab.gnome.org/GNOME/pygobject/issues/361
2019-09-23Update pylint-ci.shPhilipp Hörist
2019-09-23Update pylint-ci.shPhilipp Hörist
2019-04-08Disable some pylint checksPhilipp Hörist
Gtk Objects like a TreeModel is not detected correctly - E0611 no-name-in-module - E1133 not-an-iterable - E1136 unsubscriptable-object
2019-04-08Enable more pylint checksPhilipp Hörist
- E0611 no-name-in-module - E0710 raising-non-exception - E0712 catching-non-exception - E1133 not-an-iterable - E1136 unsubscriptable-object
2019-04-07Fix access-member-before-definition pylint errorsPhilipp Hörist
2019-04-07Fix no-callable pylint errorsPhilipp Hörist
2019-04-07Fix bad-indentation pylint errorsPhilipp Hörist
2019-04-07Enable wildcard-import pylint checkPhilipp Hörist
2019-04-07Fix ungrouped-imports pylint errorsPhilipp Hörist
2019-04-07Fix wrong-import-order pylint errorsPhilipp Hörist
2019-04-07Fix wrong-import-position pylint errorsPhilipp Hörist
2019-04-07Update pylintrcPhilipp Hörist
- Ignore some pylint errors only in CI, not locally - Set max line length to 80
2019-04-07Fix unused-wildcard-import pylint errorsPhilipp Hörist
2019-04-07Fix assignment-from-none pylint errorsPhilipp Hörist
2019-04-07Fix chained-comparison pylint errorsPhilipp Hörist
2019-04-07Fix consider-using-ternary pylint errorsPhilipp Hörist
2019-04-07Fix useless-return pylint errorsPhilipp Hörist
2019-04-07Add description for some pylint errorsPhilipp Hörist
2018-10-03Pylint CI improvementsMarcin Mielniczuk
* Move the pylint CI configuration to a separate script * Update pylint in CI to 2.1.1 * Add pycurl to pylint whitelist
2018-09-22Update CIPhilipp Hörist
- Run mypy on the full gajim folder
2018-09-18Update pre-push-tests.shPhilipp Hörist
2018-09-18Update pylint error listPhilipp Hörist
- 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
2018-09-18Update pylint error listPhilipp Hörist
- Check for W0109 duplicate-key - Check for W0123 eval-used - Check for W0143 comparison-with-callable
2018-09-18Update pylint error listPhilipp Hörist
- Check for W0104 pointless-statement - Check for W0105 pointless-string-statement - Check for W0108 unnecessary-lambda
2018-09-18Update pylint error listPhilipp Hörist
- Check for E0601 used-before-assignment - Check for E0704 misplaced-bare-raise - Check for W0101 unreachable
2018-09-18Update pylint error listPhilipp Hörist
- 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
2018-09-18Update pylint error listPhilipp Hörist
Specify from now on the errors that are disabled instead of enabled, because we have now more checks enabled than disabled
2018-09-18Update pylint error listPhilipp Hörist
- Check for R1714 consider-using-in - Check for W0107 unnecessary-pass - Check for W0235 useless-super-delegation
2018-09-18Update pylint error listPhilipp Hörist
- Check for W0622 redefined-builtin - Check for C0303 trailing-whitespace - Check for C0326 bad-whitespace
2018-09-18Update pylint error listPhilipp Hörist
- Check for C0121 singleton-comparison - Check for C0321 multiple-statements
2018-09-18Update pylint error listPhilipp Hörist
- Check for R1704 redefined-argument-from-local - Check for R1705 no-else-return
2018-09-18Update pylint error listPhilipp Hörist
Check for R1707 trailing-comma-tuple
2018-09-18Update pylint error listPhilipp Hörist
- Check for R0123 literal-comparison - Check for R1703 simplifiable-if-statement
2018-09-17Update pylint error listPhilipp Hörist
Check for C0201 consider-iterating-dictionary
2018-09-17Update pylint error listPhilipp Hörist
Check for W0612 unused-variable
2018-09-17Update pylint error listPhilipp Hörist
Check for W1202 logging-format-interpolation
2018-09-17Update pylint error listPhilipp Hörist
Check for W1201 logging-not-lazy
2018-09-17Update pylint error listPhilipp Hörist
Check for W0702 bare-except