summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* [REF] import-checkers: Use of isort (#879)Moises Lopez - https://www.vauxoo.com/2016-04-306-30/+49
* 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
* Update docs for --ignore optionAlexander Pervakov2016-04-241-3/+3
* [FIX] No whitespace after commaLuis Escobar2016-04-151-1/+1
* [FIX] Use linecache intead open and add new test case with carriage returnLuis Escobar2016-04-153-6/+13
* [FIX] Change method to read node file and break assignment variable in multip...Luis Escobar2016-04-141-6/+10
* [FIX] Change base class to BaseChecker in DocStringAddicCheckerLuis Escobar2016-04-141-5/+4
* [IMP] Add New checks for PEP 0257 - Docstring Conventions - triple double quo...Luis Escobar2016-04-133-0/+168
* Don't warn about deprecated-method.Claudiu Popa2016-04-031-0/+1
* config files with BOM markers can now be read.Claudiu Popa2016-04-033-1/+17
* epylint.py_run does not crash on big files, using .communicate() instead of ....Claudiu Popa2016-03-283-2/+12614
* Add a new option, 'redefining-builtins-modules'.Claudiu Popa2016-03-252-3/+50
* Simplify the code by removing an indentation level.Claudiu Popa2016-03-251-3/+1
* Don't use line continuation for strings.Claudiu Popa2016-03-251-6/+7
* Fix indentationClaudiu Popa2016-03-251-6/+6
* pyreverse's --ignore can't be passed multiple times. Close #564.Claudiu Popa2016-03-251-2/+1
* Ignore reimports when an alias is used.Claudiu Popa2016-03-252-9/+19
* 'reimported' is emitted when the same name is imported from different module.Claudiu Popa2016-03-253-5/+12
* Iterate over the dictionary itself.Claudiu Popa2016-03-211-1/+1
* Add a new recommendation checker, 'consider-iterating-dictionary'Claudiu Popa2016-03-213-1/+59
* Use the configparser backport for Python 2Claudiu Popa2016-03-183-2/+7
* Let visit_importfrom from Python 3 porting checker be called when everything ...Claudiu Popa2016-03-183-4/+13
* Filter non Const nodes instead of checking for AttributeError.Claudiu Popa2016-03-161-6/+8
* Merge pull request #845 from rogalski/bad-len-returnedClaudiu Popa2016-03-163-1/+79
|\
| * New check: invalid-length-returnedŁukasz Rogalski2016-03-143-1/+79
* | 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-052-4/+8
* Don't consider bare and broad except handlers as ignoring NameError,Claudiu Popa2016-02-2610-47/+30
* Pass the proper objects to the validation functions from config.pyClaudiu Popa2016-02-202-13/+22
* Don't emit unsupported-binary-operation if one of the objects involved has un...Claudiu Popa2016-02-192-0/+10
* Move redefined-variable-type into an extensionClaudiu Popa2016-02-1610-97/+163
* Remove unused import.Claudiu Popa2016-02-161-1/+0
* Merge branch '2.0'Claudiu Popa2016-02-1614-91/+76
|\
| * Add note about the json output format.Claudiu Popa2015-12-291-2/+2
| * Disable reports by default and show the evaluation score by defaultClaudiu Popa2015-12-298-23/+58
| * Remove unused variables.Claudiu Popa2015-12-281-4/+1
| * Disable the information category messages by default.Claudiu Popa2015-12-283-3/+9
* | Allow variables to be set to different types in if statementsLaura Médioni2016-02-163-8/+57
* | Add test for issue #226Claudiu Popa2016-02-161-0/+8
* | Merge pull request #809 from xmo-odoo/patch-1Claudiu Popa2016-02-041-1/+1
|\ \
| * | Allow UnittestLinter.is_message_enabled to take kwargsxmo-odoo2016-02-041-1/+1
* | | Add __div__ to special methodsBrian C. Lane2016-02-031-1/+1
|/ /
* | Add unit test for contextmanager-decorators config.Filipe Brandenburger2016-02-031-0/+17
* | Make list of contextmanager decorators configurable.Filipe Brandenburger2016-02-021-2/+13
* | Remove pointless slicing in build_message_defxmo-odoo2016-02-021-1/+1
* | Fix #793 [MISCELLANEOUS] code tag without message doesn't trackglegoux2016-01-232-10/+58
* | remove @check_message decorator from [visit|leave]_classdef methods of the Cl...Sylvain Thenault2016-01-191-7/+0