summaryrefslogtreecommitdiff
path: root/pylint/test
Commit message (Expand)AuthorAgeFilesLines
* [REF] import-checkers: Use of isort (#879)Moises Lopez - https://www.vauxoo.com/2016-04-304-4/+4
* Use 'method' for lambda methods.Claudiu Popa2016-04-261-3/+3
* Add test for emitting no-member when __slots__ are prohibiting delayed assign...Claudiu Popa2016-04-252-2/+10
* [FIX] Use linecache intead open and add new test case with carriage returnLuis Escobar2016-04-152-2/+8
* [IMP] Add New checks for PEP 0257 - Docstring Conventions - triple double quo...Luis Escobar2016-04-132-0/+103
* config files with BOM markers can now be read.Claudiu Popa2016-04-032-0/+11
* epylint.py_run does not crash on big files, using .communicate() instead of ....Claudiu Popa2016-03-282-0/+12609
* Add a new option, 'redefining-builtins-modules'.Claudiu Popa2016-03-251-0/+34
* Ignore reimports when an alias is used.Claudiu Popa2016-03-251-1/+4
* 'reimported' is emitted when the same name is imported from different module.Claudiu Popa2016-03-252-2/+9
* Add a new recommendation checker, 'consider-iterating-dictionary'Claudiu Popa2016-03-212-0/+33
* Let visit_importfrom from Python 3 porting checker be called when everything ...Claudiu Popa2016-03-182-0/+8
* Merge pull request #845 from rogalski/bad-len-returnedClaudiu Popa2016-03-162-0/+61
|\
| * New check: invalid-length-returnedŁukasz Rogalski2016-03-142-0/+61
* | Ignore __all__ elements that don't have a parentClaudiu Popa2016-03-111-0/+8
|/
* Improve R0102 error messaging.Alex Jurkiewicz2016-03-081-4/+4
* Don't consider bare and broad except handlers as ignoring NameError,Claudiu Popa2016-02-269-37/+23
* Pass the proper objects to the validation functions from config.pyClaudiu Popa2016-02-201-1/+7
* Don't emit unsupported-binary-operation if one of the objects involved has un...Claudiu Popa2016-02-191-0/+7
* Move redefined-variable-type into an extensionClaudiu Popa2016-02-168-17/+64
* Merge branch '2.0'Claudiu Popa2016-02-167-34/+28
|\
| * Disable reports by default and show the evaluation score by defaultClaudiu Popa2015-12-294-13/+18
| * Disable the information category messages by default.Claudiu Popa2015-12-282-1/+8
* | Allow variables to be set to different types in if statementsLaura Médioni2016-02-162-1/+35
* | Add test for issue #226Claudiu Popa2016-02-161-0/+8
* | Add unit test for contextmanager-decorators config.Filipe Brandenburger2016-02-031-0/+17
* | Fix #793 [MISCELLANEOUS] code tag without message doesn't trackglegoux2016-01-231-9/+57
* | Catch more cases as not proper iterables for __slots__Claudiu Popa2016-01-182-2/+21
* | Don't apply unneeded-not rule on setsLaura Médioni2016-01-151-2/+9
* | Merge StringMethodChecker with StringFormatChecker.Claudiu Popa2016-01-134-1/+6
* | Add test case for #773.Claudiu Popa2016-01-121-1/+17
* | Handle the import fallback idiom with regard to wrong-import-order.Claudiu Popa2016-01-102-3/+7
* | More sane handling of site-packages detectionClaudiu Popa2016-01-101-0/+1
* | format: check for & warn about trailing newlinesMike Frysinger2016-01-0935-34/+4
* | Add the ability to ignore files based on regex matching.Aru Sahni2016-01-092-0/+60
* | Decouple the displaying of reports from the displaying of messagesClaudiu Popa2016-01-094-2/+50
* | Rename display_results to display_reports, the old name being deprecated.Claudiu Popa2016-01-094-5/+23
* | Ignore function calls with variadic arguments without a context.Claudiu Popa2016-01-091-0/+9
* | Treat AsyncFunctionDef just like FunctionDef nodesClaudiu Popa2016-01-094-1/+78
* | Take in account kwonlyargs when verifying that arguments are definedClaudiu Popa2016-01-091-0/+22
* | Empty indent strings are rejected, since they make no sense. Close #764Claudiu Popa2016-01-031-1/+6
|/
* Merge pull request #752 from nbastin/20151219-issue-749Claudiu Popa2015-12-241-1/+7
|\
| * Suppress too-few-public-methods for unneeded-not testNick Bastin2015-12-201-1/+1
| * Ignore unneeded-not in __ne__, test itNick Bastin2015-12-191-0/+6
* | Revert change from ead6051dClaudiu Popa2015-12-202-0/+5
|/
* Remove features in 1.6.0 which were scheduled for removal.Claudiu Popa2015-12-173-49/+4
* Basic travis support.Claudiu Popa2015-12-161-5/+5
* Allow statements in if or try blocks containing imports.Laura Médioni2015-12-022-5/+17
* Added a new error, 'relative-beyond-top-level'.Claudiu Popa2015-12-063-1/+28
* Make pylint work with new astroid exceptions, AstroidImportError and AstroidS...Claudiu Popa2015-12-062-2/+2