summaryrefslogtreecommitdiff
path: root/checkers
Commit message (Expand)AuthorAgeFilesLines
* 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
* begin splitting the basic checkerSylvain Thénault2010-04-191-283/+328
* cleanup, d-t-w, fix remaining [en|dis] method callSylvain Thénault2010-04-193-41/+43
* use generic disable / enable methods and inline optionSylvain Thénault2010-04-194-7/+7
* d-t-wSylvain Thénault2010-04-161-10/+10
* refactor messages and checker handlingSylvain Thénault2010-04-161-17/+1
* set option level to configure --help / --long[-long]-help with lgc 0.50Sylvain Thénault2010-04-161-0/+1
* fix #20067: pylint crash with AttributeErrorEmile Anclin2010-04-151-0/+3
* don't print 'hopp'Emile Anclin2010-04-061-1/+0
* apply tahiti team doc patchSylvain Thénault2010-04-021-0/+1
* apply Alexander Artemenko patch for non-ascii caractersEmile Anclin2010-03-301-0/+20
* apply Donovan Lee Wanhoy patch: don't warn on missing doc string for child cl...Emile Anclin2010-03-291-1/+12
* Sarah Strong patch for #4595: don't warn on trailing comma in dict, list and ...Emile Anclin2010-03-291-1/+1
* apply Scott Pilkey patch: fix #9018: when using defining-attr-method order ma...Emile Anclin2010-03-241-5/+12
* copyright update : date up 2010Emile Anclin2010-03-2311-14/+14
* we may have name node with fromlineno to None for astng built from C-compiled...Sylvain Thénault2010-03-231-3/+5
* nikola kramaric fix #5975, Abstract intermediate class not recognized as suchSylvain Thénault2010-03-231-0/+14
* implement #18860, new W0199 message on assert (a, b) by Fletcher JohnsonSylvain Thénault2010-03-231-0/+10
* mergeEmile Anclin2010-03-221-0/+7
|\
| * test and fix crash on global w/ 'virtual' nodes such as __file__, __module__,...Sylvain Thénault2010-03-221-0/+7
* | modify astng imports after astng 'rebuild' refactoringEmile Anclin2010-03-226-8/+6
|/
* applied Colin Moris patch closing #9263: no W0613 for __init__ (method does n...Sylvain Thénault2010-03-041-1/+1
* Fix and test case for W0233 false positive: if the same superclassMaarten ter Huurne2010-03-021-3/+5
* fix #20991: class scope definitions ignored in a genexprAdrien Di Mascio2010-02-251-2/+6
* implement #9776, 'W0150' break or return statement in finally block may swall...Alain Leufroy2010-02-231-4/+45
* mergeSylvain Thénault2010-02-231-4/+9
|\
| * implements #9982: specific error message when raising NotImplementedAlain Leufroy2010-02-171-4/+9
* | patch for #5977. Yields do not increment the counter of returns.Sylvain Thénault2010-02-231-7/+1
* | implement #5564: ignore function / methode arguments with leading "_".Sylvain Thénault2010-02-231-4/+22
|/
* fix bug discovered by Diez B. Roggisch: we should access to the potentially ...Sylvain Thénault2010-02-031-1/+1
* Add a checker verifying string formatting (James Lingard's patch) + testsCharles Hebert2009-11-271-0/+239
* mergeSylvain Thénault2009-11-251-1/+4
|\
| * python2.4 compatibility for typecheckerPierre-Yves David2009-11-251-1/+4
* | fix #18862: E0601 false positive with lambda functionsSylvain Thénault2009-11-251-1/+2
|/
* use display_type defined as an astng methodSylvain Thénault2009-11-252-10/+2
* Merge two ++ and -- messages in a single onePierre-Yves David2009-11-251-9/+4
* applied James Lingar patch for ++ operator and duplicate dict key. add manage...Pierre-Yves David2009-11-251-2/+29
* Add a checker verifying that the arguments passed to aJames Lingard2009-11-251-1/+148