summaryrefslogtreecommitdiff
path: root/pylint/checkers
Commit message (Expand)AuthorAgeFilesLines
* Add a new check for the nonlocal variables without binding (close issue #582)fix-582Stephane Wirtel2015-09-211-0/+27
* Fix tests and use all the inference results when checking for bad-open-mode a...Claudiu Popa2015-09-211-10/+12
* Deprecation check based on Python versionCezar2015-09-201-63/+80
* Fix some errorsCezar2015-09-201-3/+3
* Add checker for method deprecationCezar2015-09-201-50/+67
* Add deprecation checkersCezar2015-09-191-27/+59
* Document the checker methodCezar2015-09-191-0/+4
* Add check for deprecated unittest aliasesCezar2015-09-191-2/+25
* Fix indentation problem.Claudiu Popa2015-09-191-2/+2
* Move the block after the check_reimport block.Claudiu Popa2015-09-191-5/+5
* Use a counter instead of manually peeking at the next items.Claudiu Popa2015-09-191-5/+8
* Use enumarete() instead of range()Cezar2015-09-191-3/+3
* Raise 'reimported' on duplice import on single lineCezar2015-09-191-0/+7
* Remove trailing whitespace.Claudiu Popa2015-09-181-1/+1
* Exempt str.format from redundant-keyword-arg when self is passed as a keywordClaudiu Popa2015-09-181-2/+10
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-184-26/+56
* Fix false positives with unnecessary-lambda. Closes issue #630.Claudiu Popa2015-09-051-14/+2
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-055-10/+7
* Fix the name of the attribute, it's six.string_types.Claudiu Popa2015-09-051-1/+1
* fixed merge conflictObscuron2015-09-0415-259/+284
|\
| * Allow a bare raise only inside an except clause.Claudiu Popa2015-09-041-5/+4
| * Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-041-3/+32
| * Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-011-2/+1
| * Use the new node names for the visit and leave methodsClaudiu Popa2015-08-2612-51/+51
| * Remove trailing whitespaces and other pylint related issues.Claudiu Popa2015-08-252-6/+6
| * Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-2512-199/+195
| * Merged in renezhang/pylint_raise_error (pull request #267)Claudiu Popa2015-08-211-1/+1
| |\
| | * More idiomatic pythonRene Zhang2015-08-211-2/+1
| | * Fix index out of range when handling raise()Rene Zhang2015-08-201-1/+2
| * | Fix inference error on string formatRene Zhang2015-08-201-0/+2
| |/
* | Fix crash when handling generator inside with contextRene Zhang2015-08-201-3/+4
|/
* Mention that the option is obsoleted.Claudiu Popa2015-08-201-1/+2
* missing-reversed-argument was removed.Claudiu Popa2015-08-201-6/+2
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-201-14/+4
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-183-4/+3
|\
| * Get rid of logilab.common.graph.no-logilab-commonFlorian Bruhin2015-07-261-1/+1
| * Get rid of logilab.common.compat.Florian Bruhin2015-07-262-3/+2
* | Import the context from astroid.context, not astroid.basesClaudiu Popa2015-08-121-1/+2
* | The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-111-7/+10
* | Handle additional keyword arguments when checking for unnecessary-lambdas.Claudiu Popa2015-08-092-2/+9
* | Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-085-38/+29
* | Remove trailing whitespace.Claudiu Popa2015-08-021-1/+1
* | Add a new error, 'continue-in-finally'.Claudiu Popa2015-08-021-2/+10
* | Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-021-2/+7
* | Merged in harut/pylint (pull request #261)Claudiu Popa2015-07-301-16/+2
|\ \
| * | Remove unused argument.Claudiu Popa2015-07-261-2/+2
| * | Remove metaclass specific logic in _emit_no_member, which is already handled ...Claudiu Popa2015-07-261-14/+0
* | | add a no-space-check option for empty linesHarut2015-07-251-5/+14
|/ /
* | help fix for no-space-check optionHarut2015-07-251-1/+3
|/
* Don't emit no-init if not all the bases from a class are known.Claudiu Popa2015-07-221-1/+1