summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Chore - Update black and pre-commit in configurationPierre Sassoulas2019-03-202-3/+3
* Feat - Add isort in the pre-commit configurationPierre Sassoulas2019-03-202-0/+11
* Add a new ``missing-parentheses-for-call-in-test`` checkhippo912019-03-198-36/+176
* Add reference to R0916 to max-bool-exprMichael Scott Cuthbert2019-03-193-2/+6
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-196-185/+181
* 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-192-1/+7
* Modify range-builtin-not-iterating message (#2810)bluesheeptoken2019-03-192-1/+2
* ``assigning-non-slot`` not emitted for classes with unknown base classes.Claudiu Popa2019-03-113-35/+49
* ``old-division`` is not emitted for non-Const nodes.Claudiu Popa2019-03-113-0/+29
* 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
* Add 3.8-dev in TravisClaudiu Popa2019-03-051-0/+4
* Remove another method that's removed in 3.8Claudiu Popa2019-03-052-2/+0
* Expose Python 3.8 in toxClaudiu Popa2019-03-051-1/+1
* 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-053-4/+25
* Relicense the logo as CC-BY-SA-4.0 (#2786)David Douard2019-03-054-30/+740
* Kill old and deprecated debian.sid directory (#2787)David Douard2019-03-053-111/+0
* Set version to 2.4.0-dev0 (#2789)Dan Hemberger2019-03-051-6/+5
* Update the README's testing section (#2785)David Douard2019-03-041-1/+1
* 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-035-12/+63
* Include the missing __rfloordiv__. Close #2783Claudiu Popa2019-03-031-0/+1
* Move the --from-stdin changelog to 2.4Claudiu Popa2019-03-023-10/+11
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-026-23/+176
* Update the release process following the Travis autodeploymentsClaudiu Popa2019-03-021-7/+9
* Try automatic deployments for each release tagClaudiu Popa2019-03-021-0/+9
* 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-024-3/+11
* Fix trivial typo in 2.3.rstDan Hemberger2019-03-011-1/+1
* 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-274-1/+27
* Add note about pushing the tagspylint-2.3.0Claudiu Popa2019-02-271-3/+3