summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Add a new ``missing-parentheses-for-call-in-test`` checkhippo912019-03-195-35/+168
* Add reference to R0916 to max-bool-exprMichael Scott Cuthbert2019-03-191-1/+2
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-193-184/+145
* Fix misattribution of `unused import` (#2672)Jim Robertson2019-03-193-5/+18
* Skip `if` expressions from f-strings for the `check_elif` checkerClaudiu Popa2019-03-191-1/+3
* Modify range-builtin-not-iterating message (#2810)bluesheeptoken2019-03-191-1/+1
* ``assigning-non-slot`` not emitted for classes with unknown base classes.Claudiu Popa2019-03-112-35/+45
* ``old-division`` is not emitted for non-Const nodes.Claudiu Popa2019-03-112-0/+25
* Refactor - Rename _ini_format_section directly to format_sectionPierre Sassoulas2019-03-091-4/+1
* Refactor - Rename PylintASTWalker to ASTWalkerPierre Sassoulas2019-03-095-16/+10
* Refactor - Create a unittest file for MessageStorePierre Sassoulas2019-03-092-114/+124
* Refactor - Move test_register_error in pylint.message testPierre Sassoulas2019-03-092-142/+135
* Refactor - Move test_create_invalid_message_type in pylint.message testPierre Sassoulas2019-03-092-13/+13
* Refactor - Create a unittest file for the pylint.message packagePierre Sassoulas2019-03-091-0/+13
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-0915-95/+155
* Refactor - Move _rest_format_section in message_handler_mix_in.pyPierre Sassoulas2019-03-092-20/+21
* Fix - C0412: Imports from package os are not groupedPierre Sassoulas2019-03-091-6/+5
* Refactor - Create a file for each class in utilsPierre Sassoulas2019-03-0911-850/+944
* Refactor - Create a file for the MessageStore classPierre Sassoulas2019-03-093-243/+255
* Chore - Move content from __init__.py to utils.pyPierre Sassoulas2019-03-092-1463/+1500
* Chore - Move utils.py into its own packagePierre Sassoulas2019-03-092-9/+6
* Skip emitting unused-argument for the parameter to process_module()Claudiu Popa2019-03-081-1/+1
* Do not add print as a keyword any longer for superfluous-parens. Found in #2801Claudiu Popa2019-03-081-2/+0
* Also adjust the line numbersClaudiu Popa2019-03-051-13/+13
* Remove another method that's removed in 3.8Claudiu Popa2019-03-052-2/+0
* Split deprecated_methods for Python 3.8 to account for removed methodsClaudiu Popa2019-03-054-0/+63
* Fix output in python -m pylint --version (#2788)Thomas Hisch2019-03-052-4/+19
* Set version to 2.4.0-dev0 (#2789)Dan Hemberger2019-03-051-6/+5
* Add missing check_messages() for visit_classdef in classes checksClaudiu Popa2019-03-031-0/+12
* Added a new check `class-variable-slots-conflict`Claudiu Popa2019-03-033-11/+45
* Include the missing __rfloordiv__. Close #2783Claudiu Popa2019-03-031-0/+1
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-023-22/+160
* Replaced args loop with comprehensionKylian2019-03-021-4/+1
* Changed quotes to pass the format checkKylian2019-03-021-2/+2
* Added method arguments to the dot file writerKylian2019-03-022-3/+7
* Pass `quote=False` to `html.escape` in the JSON reporterClaudiu Popa2019-02-283-2/+29
* Pin dependencies to non-breaking version rangesjab2019-02-281-1/+1
* Master is now 2.4Claudiu Popa2019-02-271-1/+1
* Use safe_infer() when inferring context's paths to prevent the acceptance tes...Claudiu Popa2019-02-271-3/+5
* Prepare 2.3, also update the release document for this releaseClaudiu Popa2019-02-271-1/+1
* Prepare 2.3.0Claudiu Popa2019-02-271-2/+2
* CRF: added a separate test for the bugfixFantix King2019-02-222-3/+16
* Fix bug of W0120Fantix King2019-02-223-2/+4
* Do a new dev releaseClaudiu Popa2019-02-201-1/+1
* Protect against `NonDeducibleTypeHierarchy` when calling semi-private `is_sub...Claudiu Popa2019-02-193-2/+32
* Fix not-callable false positive on uninferable property (#2748)Federico Bond2019-02-142-1/+19
* Fix lint warningsClaudiu Popa2019-02-131-4/+5
* Kill some old names in favour of their corresponding check classClaudiu Popa2019-02-133-5/+5
* Added a new command line option ``list-groups`` for listing all the check gro...Claudiu Popa2019-02-131-0/+27
* Add test case for #2553Claudiu Popa2019-02-131-0/+11