summaryrefslogtreecommitdiff
path: root/checkers
Commit message (Expand)AuthorAgeFilesLines
* #57311: Remove mentions of optikSylvain Thénault2011-01-061-2/+1
* avoid W0221 or W0222 when *args and **kwargs are in use. Patch by Charles Duffy.Sylvain Thénault2011-01-061-0/+3
* typo; fix py3k testsEmile Anclin2010-12-161-1/+1
* py3k : disable W0122 W0331 W0332 W0333 mesages for python3Emile Anclin2010-12-161-0/+4
* doc: add manpages, update documentation about the projectEmile Anclin2010-12-151-1/+1
* symilar: ignore differences due to comments at the end of a line; reflect it ...Emile Anclin2010-12-151-6/+7
* performance: remove strange unused F0321 check, hence disabling the format ch...Sylvain Thénault2010-12-141-7/+2
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-224-65/+17
* performance: use 'active_msgs' attribute to disable function calls or the likeEmile Anclin2010-12-134-8/+32
* pylint itself: remove last pylint error messageEmile Anclin2010-12-131-3/+4
* cleanup: refactor checker/import methods that were marked for rewritingEmile Anclin2010-12-131-27/+20
* new warning W0106: 'Expression "%s" is assigned to nothing'Emile Anclin2010-12-131-5/+16
* cleanup: remove useless KeyboardInterrupt catch and have a print forEmile Anclin2010-12-091-4/+5
* messages: decorate visit and leave methods with check_messagesEmile Anclin2010-12-095-54/+58
* messages: add "check_messages" decorator to store messagesEmile Anclin2010-12-091-0/+9
* cleanup: remove unused needs_checkers attribut and sort_checkers methodEmile Anclin2010-12-091-2/+0
* format_string: melt indentation a bit down and rename some variablesEmile Anclin2010-12-081-95/+84
* import of checkers: little more information on checker import failureEmile Anclin2010-12-072-2/+2
* remove code that's out commented since rev 0Emile Anclin2010-12-061-25/+0
* cleanup: we don't support 2.3 anymoreEmile Anclin2010-12-021-6/+1
* typo: fixes erratic test_similar behaviorEmile Anclin2010-11-241-1/+1
* py3k: fix W0703 warningEmile Anclin2010-11-241-6/+5
* cleanup; don't need to talk about python >= 2.5 anymoreEmile Anclin2010-11-161-5/+3
* 223 : run python2.x compatible fixersEmile Anclin2010-11-156-10/+10
* remove more 2.4 compatEmile Anclin2010-11-157-10/+1
* cleanup: remove python < 2.5 supportEmile Anclin2010-11-101-6/+2
* fix: raise NotImplemented with a callfunc is also badEmile Anclin2010-11-101-1/+4
* py3k : fix reporter output (don't print bytes but strings)Emile Anclin2010-11-091-15/+13
* typoEmile Anclin2010-11-091-1/+1
* fix /py3k : self import is no problem (fixed in astng); fix message in testsEmile Anclin2010-11-091-5/+1
* cleanup: we don't support python 2.2 anymoreEmile Anclin2010-11-081-6/+0
* py3k: exceptions are now in the builtins moduleEmile Anclin2010-11-081-3/+10
* cleanup; remove a useless "else" indentationEmile Anclin2010-11-041-35/+34
* py3k: list comprehension is now a scoped nodeEmile Anclin2010-11-041-0/+18
* py3k / similar: typos, output improvement, fix sortedEmile Anclin2010-11-021-9/+8
* py3k: ignore __pycache__ directory for loading checkersEmile Anclin2010-11-021-4/+5
* py3k: fix __builtin__ vs builtinsEmile Anclin2010-10-282-5/+9
* help / man: more explicit on dummy variable regexEmile Anclin2010-10-251-2/+2
* Raise: modified attribute nameEmile Anclin2010-10-121-2/+2
* add initial support for set and list comprehensionsDaniel Harding2010-10-073-9/+12
* update VariablesChecker to take into account the nested scopes of dictionary ...Daniel Harding2010-10-091-3/+25
* remove useless lgc.compat importsEmile Anclin2010-10-064-4/+3
* python2.3 compat fixesEmile Anclin2010-09-225-2/+5
* fix #28796: regression in --generated-members introduced pylint 0.20Sylvain Thénault2010-08-181-2/+3
* Patrick Altman patch closing #36913Sylvain Thénault2010-07-011-2/+2
* revert wrong change in bd55301fc4b1Alexandre Fayolle2010-06-031-1/+1
* proper update of report identifiers to avoid collision with message in the Re...Sylvain Thénault2010-05-253-10/+10
* fix #28962: pylint crash with new options, due to missing stats data while wr...Sylvain Thénault2010-05-121-16/+20
* lint fixesSylvain Thénault2010-05-121-2/+2
* cleanupSylvain Thénault2010-05-111-2/+2