summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.5.5pylint-1.5.5Claudiu Popa2016-03-213-4/+5
* Let visit_importfrom from Python 3 porting checker be called when everything ...Claudiu Popa2016-03-184-4/+21
* Ignore __all__ elements that don't have a parentClaudiu Popa2016-03-112-0/+10
* Improve R0102 error messaging.Alex Jurkiewicz2016-03-082-9/+9
* Document that enable can appear only once in the configuration fileClaudiu Popa2016-03-061-1/+3
* Use an OrderedDict for storing the configuration elementsClaudiu Popa2016-03-053-4/+18
* Don't consider bare and broad except handlers as ignoring NameError,Claudiu Popa2016-02-2611-44/+35
* Pass the proper objects to the validation functions from config.pyClaudiu Popa2016-02-202-12/+20
* Merge pull request #797 from xmo-odoo/patch-1Claudiu Popa2016-01-281-1/+1
|\
| * Fix typo in 'unused-format-string-key' descriptionxmo-odoo2016-01-281-1/+1
|/
* remove @check_message decorator from [visit|leave]_classdef methods of the Cl...Sylvain Thenault2016-01-211-7/+0
* Don't emit unsubscriptable-value for classes with unknown base classesClaudiu Popa2016-01-184-1/+13
* Prepare 1.5.4 releasepylint-1.5.4Claudiu Popa2016-01-152-2/+3
* Don't apply unneeded-not rule on setsLaura Médioni2016-01-153-19/+51
* Fix indentationLaura Médioni2016-01-151-3/+3
* Don't stringify nodes to check if they are NoneLaura Médioni2016-01-151-7/+9
* Add new missing messages from check_messages decorator.Claudiu Popa2016-01-151-1/+3
* Mark missing messages with check_messages.Claudiu Popa2016-01-153-4/+5
* Merge StringMethodChecker with StringFormatChecker.Claudiu Popa2016-01-136-13/+18
* Add test case for #773.Claudiu Popa2016-01-121-1/+17
* Prepare 1.5.3 release.pylint-1.5.3Claudiu Popa2016-01-112-3/+3
* Handle the import fallback idiom with regard to wrong-import-order.Claudiu Popa2016-01-104-5/+21
* Make pylint green.Claudiu Popa2016-01-101-2/+2
* More sane handling of site-packages detectionClaudiu Popa2016-01-102-9/+28
* Implement a dummy _display to satisfy API constraint.Claudiu Popa2016-01-091-0/+3
* Decouple the displaying of reports from the displaying of messagesClaudiu Popa2016-01-099-11/+86
* Rename display_results to display_reports, the old name being deprecated.Claudiu Popa2016-01-098-10/+34
* Use safe_infer when inferring a Starred node's value.Claudiu Popa2016-01-091-1/+1
* Ignore function calls with variadic arguments without a context.Claudiu Popa2016-01-093-3/+51
* Remove trailing whitespace.Claudiu Popa2016-01-091-1/+1
* Treat AsyncFunctionDef just like FunctionDef nodesClaudiu Popa2016-01-0911-3/+109
* Take in account kwonlyargs when verifying that arguments are definedClaudiu Popa2016-01-093-1/+29
* Escape the tab, so it can be rendered properly. Close #764Claudiu Popa2016-01-031-1/+1
* Remove the inclusion of Contributors, it's not that important to be in the do...Claudiu Popa2016-01-031-4/+2
* Pin astroid to < 1.5.0Claudiu Popa2015-12-241-1/+1
* Add changelog updateNick Bastin2015-12-241-1/+7
* Suppress too-few-public-methods for unneeded-not testNick Bastin2015-12-241-1/+1
* Ignore unneeded-not in __ne__, test itNick Bastin2015-12-242-0/+13
* Prepare 1.5.2 release.pylint-1.5.2Claudiu Popa2015-12-212-2/+3
* Basic travis support.Claudiu Popa2015-12-214-12/+48
* Explicitly root gitignores that were rooted in the hgignore.Aru Sahni2015-12-211-5/+5
* Remove .hgignoreAru Sahni2015-12-211-20/+0
* Port .hgignore to .gitignoreAru Sahni2015-12-212-0/+21
* Change the extension of the README, so it will get rendered by GitHubClaudiu Popa2015-12-102-33/+0
* Give a nice error message when Graphviz is not installed. Closes issue #168.Emile Anclin2015-12-082-0/+22
* Remove trailing whitespace.Claudiu Popa2015-12-081-1/+1
* pylint/config.py: Add another check of the current working directory for `.py...John Kirkham2015-12-021-0/+2
* Allow statements in if or try blocks containing imports.Laura Médioni2015-12-024-8/+39
* Move the construction of generated_members into open.Claudiu Popa2015-12-071-10/+10
* Don't emit super-on-old-class on classes with unknown bases.Claudiu Popa2015-12-064-23/+23