summaryrefslogtreecommitdiff
path: root/pylint/test
Commit message (Expand)AuthorAgeFilesLines
* Add a new check for the nonlocal variables without binding (close issue #582)fix-582Stephane Wirtel2015-09-214-1/+24
* Fix tests and use all the inference results when checking for bad-open-mode a...Claudiu Popa2015-09-212-6/+6
* Deprecation check based on Python versionCezar2015-09-207-7/+20
* Fix some errorsCezar2015-09-202-3/+3
* Remove old test for deprecated methodsCezar2015-09-201-122/+0
* Update functional tests for deprecated methodsCezar2015-09-205-8/+30
* Add tests for deprecationCezar2015-09-191-0/+122
* Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-191-1/+5
* Add test for reimports on single lineCezar2015-09-191-1/+11
* Exempt str.format from redundant-keyword-arg when self is passed as a keywordClaudiu Popa2015-09-181-0/+8
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-181-0/+11
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-1/+2
* fixed merge conflictObscuron2015-09-0419-94/+220
|\
| * Allow a bare raise only inside an except clause.Claudiu Popa2015-09-042-12/+13
| * Add missing tests.Claudiu Popa2015-09-042-0/+80
| * Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-021-0/+5
| * Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-011-1/+2
| * Use the new node names for the visit and leave methodsClaudiu Popa2015-08-2611-89/+120
| * Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-253-4/+4
| * Merged in renezhang/pylint_raise_error (pull request #267)Claudiu Popa2015-08-211-0/+4
| |\
| | * Fix index out of range when handling raise()Rene Zhang2015-08-201-0/+4
| * | Fix inference error on string formatRene Zhang2015-08-201-0/+4
| |/
* | Fix crash when handling generator inside with contextRene Zhang2015-08-202-0/+15
|/
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-9/+0
* Update the deprecation message to reflect the fact that the options are *obso...Claudiu Popa2015-08-201-6/+6
* Remove ignored-builtin-module since it's not useful.Claudiu Popa2015-08-201-10/+0
* missing-reversed-argument was removed.Claudiu Popa2015-08-202-2/+1
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-207-15/+14
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-184-26/+10
|\
| * Get rid of logilab.common.modutils.Florian Bruhin2015-07-262-6/+6
| * Remove dead test file.Florian Bruhin2015-07-261-8/+0
| * Get rid of logilab.common.compat.Florian Bruhin2015-07-261-4/+3
| * Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-261-8/+1
* | The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-111-0/+25
* | Use astroid.YES instead of using it from astroid.bases (it was moved anyway)Claudiu Popa2015-08-111-1/+1
* | Handle additional keyword arguments when checking for unnecessary-lambdas.Claudiu Popa2015-08-091-0/+1
* | Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-081-1/+1
* | Add a new error, 'continue-in-finally'.Claudiu Popa2015-08-024-12/+31
* | Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-024-16/+68
* | --generate-rcfile generates by default human readable symbols for the --disab...Claudiu Popa2015-07-311-0/+18
* | Add a helper test function, _run_pylint, for simplifying the manipulation of ...Claudiu Popa2015-07-301-23/+18
* | Use the context manager version of assertRaises in order to simplify a test.Claudiu Popa2015-07-301-13/+12
* | add a no-space-check option for empty linesHarut2015-07-251-3/+10
|/
* Use a context manager for fake home directories.home-fixFlorian Bruhin2015-07-251-37/+27
* Fix tests when $HOME is unset in the environment.Florian Bruhin2015-07-251-6/+15
* Don't emit no-init if not all the bases from a class are known.Claudiu Popa2015-07-221-1/+6
* Improve detection of relative imports in non-packages, as well as importing m...Claudiu Popa2015-07-146-5/+13
* Make a test less stricter by checking that only one message line is expected.Claudiu Popa2015-07-141-7/+2
* Cleanup some tests.Claudiu Popa2015-07-133-16/+35
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-137-20/+27