summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Don't emit protected-acces for single underscore prefixed attributes in speci...hippo912019-08-061-0/+17
* Fix number of statements in by_module stats (#3023)Andres Perez Hortal2019-07-291-0/+4
* Added a new check, ``invalid-overridden-method``Claudiu Popa2019-07-182-11/+46
* Added a new check, ``redeclared-assigned-name``Claudiu Popa2019-07-171-1/+30
* Move the self assigning check in a separate functionClaudiu Popa2019-07-171-3/+5
* Ignore lambda calls with variadic arguments without a context.Claudiu Popa2019-07-171-36/+43
* Added a new check, ``self-assigning-variable``Claudiu Popa2019-07-171-0/+37
* Added a new check, ``property-with-parameters``.Claudiu Popa2019-07-161-0/+11
* Fix linting and typing errorsClaudiu Popa2019-07-161-2/+2
* Excluded protocol classes from a couple of checks. Close #3002.Claudiu Popa2019-07-163-0/+21
* blacken the codePHeanEX2019-07-161-17/+36
* Add new checker (unnecessary-comprehension) (close #2905)PHeanEX2019-07-161-0/+41
* Excluded PEP 526 instance and class variables from ``no-member``. Close #2945Claudiu Popa2019-07-101-0/+10
* Take in consideration positional only args for the too-many-* checksClaudiu Popa2019-07-101-3/+3
* Refactors `and ... or` expression to ternary (#2994)Nikita Sobolev2019-07-101-1/+1
* Improve help for options (#2986)Peter Kolbus2019-07-092-13/+13
* Exclude Ellipsis from pointless-statement for Python 3.8Claudiu Popa2019-07-071-6/+11
* Grammar Fixes (#2974)Oisín Moran2019-07-071-2/+2
* Excluded `attrs` from `too-few-public-methods` check. Close #2988.Claudiu Popa2019-07-061-7/+14
* Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...Andrzej Klajnert2019-07-051-1/+1
* Refactor - Rename an overlapsing function in MessageHandlerMixInPierre Sassoulas2019-06-201-2/+2
* Feat - Add a __str__ function to BaseCheckerPierre Sassoulas2019-06-201-0/+9
* Refactor - Giving multiple parameters instead of a dictPierre Sassoulas2019-06-202-8/+5
* Refactor - Use self directly in checker get_full_documentationPierre Sassoulas2019-06-201-6/+4
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-204-20/+20
* Fix - Remove invalid syntax in python 3.4Pierre Sassoulas2019-06-202-2/+2
* Fix - W0612: Unused variable 'checker_name'Pierre Sassoulas2019-06-201-1/+2
* Refactor - Remove useless parameter in print_checker_docPierre Sassoulas2019-06-201-1/+1
* Refactor - Move doc for checkers in BaseCheckerPierre Sassoulas2019-06-202-47/+49
* Refactor - Use get_rest_title where it could bePierre Sassoulas2019-06-201-6/+3
* Refactor - Move utility function to utilsPierre Sassoulas2019-06-203-28/+30
* Refactor - Remove _ in _rest_format_sectionPierre Sassoulas2019-06-201-3/+3
* Refactor - Remove syntax specific to python 3.6Pierre Sassoulas2019-06-201-5/+5
* Fix - A typo in base_checker.pyPierre Sassoulas2019-06-201-1/+1
* Refactor - Simplify the Checker.__repr__ functionPierre Sassoulas2019-06-201-2/+3
* Doc - Retrocompatibility with the main checker namePierre Sassoulas2019-06-201-1/+4
* Refactor - Use a constant for the main checker namePierre Sassoulas2019-06-203-4/+11
* Refactor - Move build_message_definition to the BaseChecker classPierre Sassoulas2019-06-204-47/+32
* Refactor - Separate string creation and display in _print_full_documentationPierre Sassoulas2019-06-201-19/+17
* Fix - Add type annotation for mypyPierre Sassoulas2019-06-201-1/+1
* Refactor - Separate string creation and display in _print_checker_docPierre Sassoulas2019-06-201-55/+54
* Refactor - Separate string creation and display in rest_format_sectionPierre Sassoulas2019-06-201-11/+12
* Fix - better error msg for getmessagedefinition (sqsuash)Pierre Sassoulas2019-06-201-2/+2
* Refactor - Give a checker instead of a string to _print_checker_docPierre Sassoulas2019-06-201-4/+4
* Refactor - Put a checker instance in informationsPierre Sassoulas2019-06-201-4/+6
* Feat - Permit to get message definition by msgid in CheckersPierre Sassoulas2019-06-201-0/+8
* Feat - Add a __repr__ and __gt__ function for BaseCheckersPierre Sassoulas2019-06-201-0/+11
* Style - Less verbose print with triple quote stringsPierre Sassoulas2019-06-201-17/+24
* Stopped installing tests with packageAshley Whetter2019-06-201064-34461/+0
* Dropped support for Python 3.4Claudiu Popa2019-06-201-1/+0