summaryrefslogtreecommitdiff
path: root/pylint/checkers
Commit message (Expand)AuthorAgeFilesLines
* Prevent warnings on dict / list index lookup with destructuring assignment (#...Tim Martin2022-06-041-10/+24
* Prevent `used-before-assignment` for names only defined under `except` if the...Jacob Walls2022-06-031-2/+13
* Add disable and exclude pylint files in CI (#6814)Daniël van Noord2022-06-031-0/+2
* Add typing to ``basic_error_checker`` and ``docstring_checker``Daniël van Noord2022-05-312-21/+29
* [refactor] Use a generator for '_has_variadic_argument' (#6770)Pierre Sassoulas2022-05-311-9/+6
* Add typing to ``basic_checker``Daniël van Noord2022-05-311-17/+35
* Reraise failures in astroid as `AstroidError`Jacob Walls2022-05-302-1/+10
* [simplifiable-if-expression] Add reference to implicit cast to bool in descri...Pierre Sassoulas2022-05-291-1/+2
* Fix a crash in `unused-private-member` with chained private attributes (#6710)Jacob Walls2022-05-261-1/+1
* Add typing to ``comparison_checker`` (#6694)Daniël van Noord2022-05-251-14/+30
* Add typing to various checkers (#6695)Daniël van Noord2022-05-253-20/+29
* Add typing to ``name_checker`` (#6687)Daniël van Noord2022-05-242-35/+57
* Add typing to ``async`` and ``deprecated`` checkers (#6684)Daniël van Noord2022-05-242-10/+12
* Add typing to ``design_analysis``Daniël van Noord2022-05-241-21/+11
* Enable line-wrapping from ``pydocstringformatter``Daniël van Noord2022-05-235-20/+36
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-238-12/+34
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniël van Noord2022-05-235-6/+0
* Fix ``unexpected-special-method-signature`` false positive for ``__init_subcl...Mark Byrne2022-05-201-2/+1
* Suppress useless-super-delegation on __hash__ in classes with __eq__ (#6611)Tim Martin2022-05-151-47/+62
* Remove utils.subscriptable_with_postponed_evaluation_enabled (#6607)Marc Mueller2022-05-131-9/+5
* Fix no-member in type annotations with future import (#6608)Marc Mueller2022-05-131-0/+6
* Update ranges for error messages (#6606)Marc Mueller2022-05-131-3/+3
* Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)Jacob Walls2022-05-131-0/+7
* Fix a crash in `unnecessary-list-index-lookup` when incorrectly using `enumer...Jacob Walls2022-05-131-0/+1
* Change wording of use a generator message for sum/max/min (#6600)Pierre Sassoulas2022-05-131-5/+6
* Raise use_a_generator for `sum()`, `max()`, `min()` (#6595)Matus Valo2022-05-131-5/+7
* [raise-missing-from] Clearer message and example in the documentation (#6576)Pierre Sassoulas2022-05-121-13/+31
* [--long-help] Remove redundant default description in message (#6581)Pierre Sassoulas2022-05-111-3/+1
* Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...Jacob Walls2022-05-111-0/+1
* Update all ``TODO: 2.14`` (#6573)Daniël van Noord2022-05-102-2/+0
* Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-071-12/+18
* Don't emit unsubscriptable-object for string annotations (#6536)Marc Mueller2022-05-071-1/+14
* spellcheck will skip the rule names of mypy inline directives (#5929)Eli Fine2022-05-061-0/+17
* Fix typo in `SimilarChecker` docstringJacob Walls2022-05-051-1/+1
* Fix invalid-enum-extension with IntFlag (#6511)Marc Mueller2022-05-051-10/+10
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-053-52/+1
* Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)Daniël van Noord2022-05-051-2/+2
* Remove duplicate message definitionsDaniël van Noord2022-05-052-27/+2
* Fix AstCallbackMethod typing (#6445)Marc Mueller2022-05-051-12/+22
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-0/+28
* Enum: Add support for self-defined members (#5847)Huw Jones2022-05-041-0/+75
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-0/+93
* Create a generic ``_check_open_call`` functionDaniël van Noord2022-05-041-32/+23
* [spelling checker] Use a context manager for access to private dict (#6493)Pierre Sassoulas2022-05-031-14/+7
* Ignore underscore as a local variable (#6492)Andy Young2022-05-031-0/+5
* Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-032-11/+4
* [spelling checker] Break the help docstring on multiple linesPierre Sassoulas2022-05-031-1/+3
* [spelling checker] Simplify some regexes in the spelling checkerPierre Sassoulas2022-05-031-2/+2
* [spelling checker] Add typing to functions of the spelling checkerPierre Sassoulas2022-05-032-34/+41
* Remove redundant parenthesis in spelling checker's returnPierre Sassoulas2022-05-031-4/+4