summaryrefslogtreecommitdiff
path: root/pylint/extensions
Commit message (Expand)AuthorAgeFilesLines
* [doc param checker] Add confidences for DocParam checker's messagePierre Sassoulas2022-07-211-6/+15
* [refactor] Simplify '_add_raise_message' in the DocParam checkerPierre Sassoulas2022-07-211-11/+9
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-081-3/+14
* [empty-comment] fix checker name in code and docs (#6996)Ville Skyttä2022-07-051-1/+1
* Don't report `import-private-name` for relative imports (#7079)Ville Skyttä2022-06-281-0/+2
* Fix differing param doc false positive (#6980)Marco Pernigotti2022-06-231-0/+4
* Fix typo in runtime-typingJacob Walls2022-06-231-1/+1
* Clean up and add typing to the ``mccabe`` extensionDaniël van Noord2022-06-191-15/+49
* [refactor] Normalize the typing of visitor functions (#6892)Pierre Sassoulas2022-06-122-6/+7
* Add typing to extensions (#6893)Daniël van Noord2022-06-095-25/+31
* Add typing to several checkersDaniël van Noord2022-06-065-16/+17
* Fix a crash in the optional `private_import` extensionJacob Walls2022-06-041-1/+2
* Fix a crash in the ``docparams`` extension when raising the result of a funct...Jacob Walls2022-05-311-0/+2
* Add typing to ``_check_docs_utils``Daniël van Noord2022-05-241-45/+45
* Enable line-wrapping from ``pydocstringformatter``Daniël van Noord2022-05-232-6/+9
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-232-2/+6
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniël van Noord2022-05-233-3/+1
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-171-0/+1
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-102-2/+2
* Change confidence for no-self-use to INFERENCEMarc Mueller2022-05-061-2/+2
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-053-4/+113
* Move changelog for redefined-loop-name and add "Checker" to class nameJacob Walls2022-05-051-2/+2
* Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-011-0/+89
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-284-4/+4
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-262-2/+2
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+3
* [typing] Add missing type in the private import checkerPierre Sassoulas2022-04-221-3/+5
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-2216-32/+32
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-1920-50/+9
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-192-6/+4
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-1/+2
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-1/+1
* Deprecate ``get_global_option``Daniël van Noord2022-04-153-9/+6
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-142-2/+4
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-146-16/+16
* Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308)Daniël van Noord2022-04-1422-77/+125
* Update broken and redirected links across the projectDaniël van Noord2022-04-131-1/+1
* Require python ``3.7.2+`` (#5921)Daniël van Noord2022-04-111-3/+1
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-116-17/+1
* Handle asterisks better in Sphinx and Google style docstringsDaniël van Noord2022-04-072-27/+36
* Re-enable checker ``bad-docstring-quotes`` for Python <= 3.7. (#6148)Joe Young2022-04-031-4/+2
* Use ``argparse`` config handler in all extensionsDaniël van Noord2022-04-026-18/+40
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-0110-11/+0
* Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)Marc Mueller2022-03-261-4/+9
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-2423-14/+47
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-2414-125/+14
* Remove uses of ``NodeNG.doc`` in favour of ``doc_node``Daniël van Noord2022-03-153-12/+14
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-141-0/+248
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-138-10/+16