Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ignore-iface-methods a noop option, mark it as deprecated. | Claudiu Popa | 2015-05-05 | 1 | -0/+16 |
| | |||||
* | Merge | Simu Toni | 2015-03-28 | 1 | -1/+1 |
|\ | |||||
| * | Start with 0 statements in PylintASTWalker. | Claudiu Popa | 2015-03-28 | 1 | -1/+1 |
| | | |||||
* | | issue-422 solved some pylint warnings when running pylint on pylint code base | Simu Toni | 2015-03-28 | 1 | -1/+1 |
|/ | |||||
* | Allow ending a pragma control with a semicolon. | Claudiu Popa | 2015-03-23 | 1 | -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 Popa | 2015-02-28 | 1 | -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 Maries | 2015-02-14 | 1 | -0/+919 |