summaryrefslogtreecommitdiff
path: root/.pylintrc
AgeCommit message (Expand)Author
2017-05-17Hopefully fix pylint on AppVeyor...Florian Bruhin
2017-05-17pylint: Add more stuff to known-standard-libraryFlorian Bruhin
2017-05-17Reorganize pylint configFlorian Bruhin
2017-05-17Install PyQt from PyPI for pylintFlorian Bruhin
2017-03-23pylint: Ignore no-else-returnFlorian Bruhin
2017-03-08Refactor qtutils.version_check APIFlorian Bruhin
2017-03-08pylint: Disable too-many-boolean-expressionsFlorian Bruhin
2016-11-04Fix lintFlorian Bruhin
2016-08-23pylint: Use ignored-modules for pytestFlorian Bruhin
2016-07-20pylint: Set persistent=nFlorian Bruhin
2016-07-11pylint: Enable docstyle extensionFlorian Bruhin
2016-07-11pylint: Reenable bad-builtin extensionFlorian Bruhin
2016-07-11pylint: ignore wrong-import-position project-wideFlorian Bruhin
2016-07-08pylint: Disable duplicate-code globallyFlorian Bruhin
2016-07-07Fix pylint without QtWebEngine availableFlorian Bruhin
2016-07-07Fix some lintFlorian Bruhin
2016-06-13Split browser into browser/browser.webkitFlorian Bruhin
2016-05-26pylint: Disable too-many-return-statementsFlorian Bruhin
2016-05-18Use typing.py-like annotations for command argsFlorian Bruhin
2016-02-19Move pylint plugins to an installed package.Florian Bruhin
2016-02-01pylint: Don't require docstring for main() funcs.Florian Bruhin
2016-01-22pylint: Allow long lines with # pylint: disable=...Florian Bruhin
2016-01-04pylint: Allow long lines for copyright.Florian Bruhin
2015-12-02pylint: Re-enable wrong-import-position.Florian Bruhin
2015-12-01pylint: Enable useless-suppression globally.Florian Bruhin
2015-12-01pylint: Disable some messages again.Florian Bruhin
2015-11-30pylint: Get rid of some customizations in pylintrcFlorian Bruhin
2015-11-30pylint: Improve ignored-classes list.Florian Bruhin
2015-11-30pylint: Use qualified names for ignored-classes.Florian Bruhin
2015-11-30pylint: Remove defining-attr-methods from pylintrc.Florian Bruhin
2015-11-30pylint: Move expected-line-ending-format to config.Florian Bruhin
2015-11-30Disable some new pylint checks.Florian Bruhin
2015-11-30Add workarounds for pylint/astroid update.Florian Bruhin
2015-10-26Revert "Add workarounds for issues with pylint tip."Florian Bruhin
2015-10-26Add workarounds for issues with pylint tip.Florian Bruhin
2015-08-02pylint: Increase maximum function name length.Florian Bruhin
2015-07-23pylint: Change maximum method name length to 50.Florian Bruhin
2015-07-23pylint: Change minimal length for docstrings to 3.Florian Bruhin
2015-06-11Make ci_install.py python2 compatible.Florian Bruhin
2015-06-04Use pylint's built-in checker to check for CRLF.Florian Bruhin
2015-04-05Fix lint.Florian Bruhin
2015-03-26lint: Move options from parameters to config files.Florian Bruhin
2015-03-23Re-enable some pylint checks.Florian Bruhin
2015-03-11Adjust pylint exceptions.Florian Bruhin
2015-02-01Record global page history to disk.Florian Bruhin
2015-01-21Stop pinning pylint/astroid to 1.3.1/1.2.1.Florian Bruhin
2014-09-24Make pylint shut up with _UNSET object.Florian Bruhin
2014-09-15Fix lintFlorian Bruhin
2014-09-04Improve webelement APIFlorian Bruhin
2014-08-07pylint: Less stricter similiarity checking.Florian Bruhin