summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branchdeprecated_methodsCezar2015-09-190-0/+0
* Add test for checkersCezar2015-09-191-0/+122
* Add checker for deprecated methodsCezar2015-09-191-27/+59
* Created new branch deprecated_methodscezarelnazli2015-09-190-0/+0
* Merged logilab/pylint into defaultcezarelnazli2015-09-193-1/+19
|\
| * Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-193-1/+19
* | 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
* Add ChangeLog entry for commit 0ec6615cc2009b27be0c29a493dd865261d518a2Claudiu Popa2015-09-191-0/+4
* 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
* Add test for reimports on single lineCezar2015-09-191-1/+11
* Use enumarete() instead of range()Cezar2015-09-191-3/+3
* Raise 'reimported' on duplice import on single lineCezar2015-09-191-0/+7
* Get the sections sorted in options_by_section. This means the generated rcfil...Claudiu Popa2015-09-181-1/+1
* 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-182-2/+18
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-185-26/+67
* 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-0520-30/+842
* Fix the name of the attribute, it's six.string_types.Claudiu Popa2015-09-051-1/+1
* fixed merge conflictObscuron2015-09-0445-452/+1408
|\
| * Allow a bare raise only inside an except clause.Claudiu Popa2015-09-044-18/+18
| * Add missing tests.Claudiu Popa2015-09-042-0/+80
| * Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-042-4/+43
| * Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-023-16/+10
| * Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-016-63/+826
| * Update the version to reflect what will be released. Some users are using the...Claudiu Popa2015-08-261-1/+1
| * Use the new node names for the visit and leave methodsClaudiu Popa2015-08-2625-141/+182
| * Remove trailing whitespaces and other pylint related issues.Claudiu Popa2015-08-254-10/+10
| * Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-2519-223/+252
| * Merged in renezhang/pylint_raise_error (pull request #267)Claudiu Popa2015-08-212-1/+5
| |\
| | * More idiomatic pythonRene Zhang2015-08-211-2/+1
| | * Fix index out of range when handling raise()Rene Zhang2015-08-202-1/+6
| * | Fix inference error on string formatRene Zhang2015-08-202-0/+6
| |/
* | Fix crash when handling generator inside with contextRene Zhang2015-08-203-3/+19
|/
* Mention that the option is obsoleted.Claudiu Popa2015-08-201-1/+2
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-205-56/+3
* Update the deprecation message to reflect the fact that the options are *obso...Claudiu Popa2015-08-202-8/+8
* Remove ignored-builtin-module since it's not useful.Claudiu Popa2015-08-203-15/+0
* missing-reversed-argument was removed.Claudiu Popa2015-08-204-8/+10
* Remove deprecated options from the configuration file.Claudiu Popa2015-08-201-17/+0
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-209-29/+22
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-186-35/+30
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-1815-56/+574
|\
| * Get rid of logilab.common.graph.no-logilab-commonFlorian Bruhin2015-07-263-3/+180
| * Get rid of logilab.common.vcgutils.Florian Bruhin2015-07-262-1/+201
| * Get rid of logilab.common.modutils.Florian Bruhin2015-07-262-6/+6
| * Remove dead test file.Florian Bruhin2015-07-261-8/+0