summaryrefslogtreecommitdiff
path: root/.pylintrc
AgeCommit message (Expand)Author
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
2014-08-05pylint: Disable too-many-lines.Florian Bruhin
2014-06-23Clean up testsFlorian Bruhin
2014-06-19Fix module-rgx in .pylintrcFlorian Bruhin
2014-06-19Add vim modelines to all files.Florian Bruhin
2014-06-17pylint: completely disable unnecessary-lambdaFlorian Bruhin
2014-06-02Alter pylint function-rgx to accept setUpModule and tearDownModuleFlorian Bruhin
2014-05-21Fix ALL the lintFlorian Bruhin
2014-05-19pylint: disable too-many-instance-attributesFlorian Bruhin
2014-05-18Ignore new pylint warningFlorian Bruhin
2014-05-15Ignore ez_setup.py properlyFlorian Bruhin
2014-05-13Split statusbar into multiple filesFlorian Bruhin
2014-05-06Depend on appdirs instead of bundlingFlorian Bruhin
2014-04-29Fix some checksFlorian Bruhin
2014-04-28Fix/silence checksFlorian Bruhin
2014-04-22linting cleanupFlorian Bruhin
2014-04-16Increase pylint min-similarity-linesFlorian Bruhin
2014-04-16Better linting with config filesFlorian Bruhin