summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Simplify toml handling by removing else after tryPierre Sassoulas2021-11-081-13/+12
* Create a function for toml parsingPierre Sassoulas2021-11-081-23/+28
* Create and use a function for module stats initialization (#5271)Pierre Sassoulas2021-11-082-19/+15
* Make ``self-cls-assignment`` check tuple assignment (#5268)Daniël van Noord2021-11-071-16/+12
* Fix crash on checking private members on ``__class__``Daniël van Noord2021-11-051-6/+10
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-042-12/+12
* Add script to generate new message category id (#5248)Daniël van Noord2021-11-041-0/+17
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-031-0/+55
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-031-0/+1
* fix accepted output format without graphvizAntonio Quarta2021-10-311-1/+1
* Remove accidental print statementDaniël van Noord2021-10-311-1/+0
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-312-1/+22
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-4/+35
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-2910-20/+20
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-291-2/+2
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-273-16/+17
* Clean up some useless-super-delegation logic (#5193)Samuel Freilich2021-10-261-61/+45
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+1
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-261-0/+21
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-262-1/+23
* Move the find_pylintrc function in find_default_config_files.pyPierre Sassoulas2021-10-262-11/+14
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-263-5/+9
* Create a DEFAULT_PYLINT_HOME constant and upgrade help textPierre Sassoulas2021-10-263-7/+8
* Put the environnement help directly where it makes sensePierre Sassoulas2021-10-262-13/+15
* Use backticks for any-all suggestion (#5207)Nick Drozd2021-10-251-1/+1
* Enable for_any_all check (#5206)Nick Drozd2021-10-2511-96/+53
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-254-11/+38
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-252-0/+82
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-244-9/+52
* Fix regression for ``_is_only_type_assignment`` (#5163)Daniël van Noord2021-10-231-6/+30
* Make ``used-before-assignment`` consider classes in method annotation and def...Daniël van Noord2021-10-231-0/+42
* Fix use-implicit-booleaness-not-comparison crash (#5176)Jaehoon Hwang2021-10-232-27/+23
* Fix test decorator for `PyLinter` options (#5195)Daniël van Noord2021-10-221-5/+18
* PR #5157 followup (#5192)Nick Pesce2021-10-211-10/+10
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-191-58/+26
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-191-1/+2
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-183-8/+8
* Make ``undefined-variable`` check line numbers of metaclass parametersDaniël van Noord2021-10-181-6/+13
* Refactor Variable checker to use less argument in function (#5167)Pierre Sassoulas2021-10-171-47/+50
* Async context manager typo (#5164)Youngsoo Sung2021-10-171-1/+1
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-171-0/+2
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-175-155/+179
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-171-10/+5
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-171-3/+7
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-176-13/+118
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-161-3/+7
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-152-3/+5
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-151-0/+18
* Improve documentation of ``docparams`` extension and fix tests (#5095)Daniël van Noord2021-10-141-0/+3
* Use ``MessageLocationTuple`` in ``_add_one_message``Daniël van Noord2021-10-131-2/+4