summaryrefslogtreecommitdiff
path: root/pylint/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Make ignore-iface-methods a noop option, mark it as deprecated.Claudiu Popa2015-05-051-0/+16
|
* MergeSimu Toni2015-03-281-1/+1
|\
| * Start with 0 statements in PylintASTWalker.Claudiu Popa2015-03-281-1/+1
| |
* | issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-1/+1
|/
* Allow ending a pragma control with a semicolon.Claudiu Popa2015-03-231-1/+4
| | | | | | In this way, users can continue a pragma control with a reason for why it is used, as in `# pylint: disable=old-style-class;reason=...`. Closes issue #449.
* Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-281-0/+5
| | | | | Also, this patch fixes the leaks of error messages from the Python 3 checker when the errors mode was activated. Closes issue #437.
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+919