summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try again to do a releasepylint-2.4.0Claudiu Popa2019-09-241-4/+1
* use a token for travis releasesClaudiu Popa2019-09-241-51/+50
* Prepare releaseClaudiu Popa2019-09-243-3/+3
* Simplify and improve the logic of consider-iterating-dictionaryClaudiu Popa2019-09-241-4/+9
* Add regression test for old-division and floats. Close #3039Claudiu Popa2019-09-244-6/+10
* Squash multiple checks for special classes into a single functionClaudiu Popa2019-09-241-51/+10
* Disable too-few-public-methods for data classes. Close #3025Claudiu Popa2019-09-242-3/+17
* Document the new arguments for the private methods in docparamsClaudiu Popa2019-09-231-27/+31
* Disable too-many-public-methods for humonguous classClaudiu Popa2019-09-231-0/+1
* Exempt kwonly arguments when they are annotated from missing-type-doc. Close ...Claudiu Popa2019-09-232-0/+21
* Move closures to separate methods to simplify the check functionsClaudiu Popa2019-09-231-57/+90
* Support typing comments for individual arguments. Close #3112Claudiu Popa2019-09-232-0/+13
* Squash VariablesChecker3k into the general checker classClaudiu Popa2019-09-231-26/+17
* Move private functions at the end of the variables checker class to make it m...Claudiu Popa2019-09-231-571/+574
* Allow signature mutators to be verified against the name as well as qualified...Claudiu Popa2019-09-233-2/+24
* Remove unused variableClaudiu Popa2019-09-171-1/+0
* Handle inference ambiguity for ``invalid-format-index``Claudiu Popa2019-09-173-3/+17
* Rename import exemption option to be different than the check nameClaudiu Popa2019-09-172-7/+9
* Handle ImportFrom for non-top level import checksClaudiu Popa2019-09-171-9/+12
* Protect against the redefinition not being foundClaudiu Popa2019-09-171-8/+13
* Removed Python 2 specific checksClaudiu Popa2019-09-1759-692/+24
* Handle redefinitions in case of type checking imports.Claudiu Popa2019-09-174-0/+35
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-1719-16/+128
* Handle variables defined only under a type checking clauseClaudiu Popa2019-09-173-0/+17
* Support forward references for ``function-redefined`` check.Claudiu Popa2019-09-154-5/+29
* Disable too-many-public-methods for PyLinterClaudiu Popa2019-09-121-1/+1
* Add a command to list enabled/disabled messagesTrevor Bekolay2019-09-126-6/+77
* Disable local errorClaudiu Popa2019-09-121-0/+1
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-1246-447/+50
* Skip lambdas from assignment-from-no-return checksClaudiu Popa2019-09-122-9/+17
* [missing-x-docstring] Add retro-compatibility functional testsPierre Sassoulas2019-09-104-0/+57
* [docstrings] Add W0132 as the old name for empty-docstringPierre Sassoulas2019-09-101-1/+2
* [CONTRIBUTORS] Remove duplication between far away contributionsPierre Sassoulas2019-09-101-3/+1
* [missing-docstring] Break down into class, function, and modulePierre Sassoulas2019-09-1011-37/+66
* Compare tuples to tuples when annotating testsClaudiu Popa2019-09-101-16/+30
* Allow f-strings as a valid logging string formatting choiceAshley Whetter2019-09-108-59/+122
* Move a couple of new test files to subdirectoriesClaudiu Popa2019-09-109-7/+5
* [functional tests] Move test starting by too to their dirPierre Sassoulas2019-09-1035-0/+0
* [functional tests] Import error must import syntax errorPierre Sassoulas2019-09-107-4/+3
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-1013-21/+23
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-1020-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-10836-0/+0
* [functional tests] Clearer fatal fail error messagePierre Sassoulas2019-09-101-1/+3
* [functional tests] Use walk instead of listdirPierre Sassoulas2019-09-101-3/+6
* [functional tests] Clearer error message when file not foundPierre Sassoulas2019-09-101-2/+1
* [functional tests] Add __repr__ for FunctionalTestFilePierre Sassoulas2019-09-101-0/+3
* [changelog] Add 'multiple message with the same old name'Pierre Sassoulas2019-09-102-1/+3
* [pylint.message] Remove a check that never failPierre Sassoulas2019-09-103-11/+1
* [pylint.message] Optimize MessageDefinitionStore storagePierre Sassoulas2019-09-103-8/+10
* [pylint.message] Simplify get_message_definitionsPierre Sassoulas2019-09-101-8/+4