Commit Graph

7 Commits

Author SHA1 Message Date
Claudiu Popa
12ac8b34ee Make ignore-iface-methods a noop option, mark it as deprecated. 2015-05-05 12:16:50 +03:00
Simu Toni
84be359152 Merge 2015-03-28 18:50:48 +02:00
Simu Toni
39cd98b6b8 issue-422 solved some pylint warnings when running pylint on pylint code base 2015-03-28 18:28:08 +02:00
Claudiu Popa
e6f04114ca Start with 0 statements in PylintASTWalker. 2015-03-28 15:12:43 +02:00
Claudiu Popa
b8f8c4a9cc Allow ending a pragma control with a semicolon.
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.
2015-03-23 23:47:07 +02:00
Claudiu Popa
37e6b5c9c2 Make the --py3k flag commutative with the -E flag.
Also, this patch fixes the leaks of error messages from the Python 3
checker when the errors mode was activated. Closes issue #437.
2015-02-28 19:13:33 +02:00
Ionel Cristian Maries
26eb7f9a2e Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00