summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.13.2, update changelogv2.13.2Pierre Sassoulas2022-03-271-0/+1
* Fix false positive for `superfluous-parens` for `return (a or b) in iterable`...Jacob Walls2022-03-271-0/+5
* Bump pylint to 2.13.1, update changelogv2.13.1Pierre Sassoulas2022-03-261-2/+5
* Loosen TypeVar name pattern (#5983)Marc Mueller2022-03-261-1/+2
* Fix false positive for `unused-argument` where nested function uses parent ar...Jacob Walls2022-03-261-1/+6
* Don't emit `raising-bad-type` when there is ambiguity (#5968)Jacob Walls2022-03-261-0/+5
* Bump pylint to 2.13.0, update changelogv2.13.0Pierre Sassoulas2022-03-242-2/+21
* Add documentation for messages with assert in their name (#5960)Daniël van Noord2022-03-246-0/+20
* Add documentation for messages with anomalous in their nameDaniël van Noord2022-03-245-0/+6
* Add documentation for abstract-method and abstract-class-instantiated (#5957)Daniël van Noord2022-03-244-0/+67
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-242-0/+22
* Make ``arguments-differ`` check extra parameters for default values (#5539)Daniël van Noord2022-03-241-0/+5
* Add documentation for access-member-before-definition (#5958)Daniël van Noord2022-03-242-0/+10
* Fix copyright in doc/test_messages_documentation.pyPierre Sassoulas2022-03-241-0/+4
* Adaptation for pylintPierre Sassoulas2022-03-241-3/+6
* Use the new process created in https://github.com/PyCQA/astroid/pull/1438Pierre Sassoulas2022-03-241-36/+64
* Add CI test for message documentation (#5956)Daniël van Noord2022-03-242-2/+112
* Add bad-open-mode and unspecified-encoding documentation (#5954)Daniël van Noord2022-03-244-0/+12
* Upgrade documentation for contributors.txtPierre Sassoulas2022-03-241-3/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-244-4/+9
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-244-1/+4
* Set up system of code examples and details for message documentation (#5934)Daniël van Noord2022-03-238-2/+88
* ``pyreverse``: better error messages for unsupported file formats (#5951)Andreas Finkler2022-03-221-0/+4
* Fix #4590: `used-before-assignment` false positive for class definition in fu...Jacob Walls2022-03-211-0/+5
* Add missing __magic__ methods to `_SPECIAL_METHODS_PARAMS` (#5941)Joe Young2022-03-211-0/+2
* Update "How to Write a Checker" docs (#5939)Joseph Young2022-03-201-37/+33
* Fix pyreverse type hints for methods returning None (#5916)Téo Bouvard2022-03-191-0/+2
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-0/+4
* fix(4756): fix false positive `unused-private-member` for private methods (#5...yushao22022-03-151-0/+4
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-141-0/+4
* Fix English punctuation and grammar (FAQs)Peter Bittner2022-03-131-13/+12
* Add regression test for #5770 (#5846)Jacob Walls2022-03-131-0/+5
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-0/+2
* Upgrade developments guides for CONTRIBUTORS.txtPierre Sassoulas2022-03-131-2/+1
* Add regression test for #5771 (#5908)Jacob Walls2022-03-131-0/+6
* Fix disabling of ``ungrouped-imports`` (#5903)Daniël van Noord2022-03-121-0/+5
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-121-0/+6
* Fix false positive for `invalid-class-object` when inference fails (#5901)Jacob Walls2022-03-121-0/+3
* Add regression test for #5679 (#5725)Daniël van Noord2022-03-121-0/+5
* Add tests for #4826 (#5696)Daniël van Noord2022-03-121-0/+6
* Add regression test for issue #5408 (#5795)Daniël van Noord2022-03-121-0/+6
* Update ``astroid`` requirement to 2.11.0Daniël van Noord2022-03-121-0/+3
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-111-0/+4
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-111-0/+4
* Add broken Callable check (#5891)Marc Mueller2022-03-101-0/+4
* Add broken NoReturn check (#5304)Marc Mueller2022-03-101-0/+6
* Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)Daniël van Noord2022-03-101-0/+4
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-081-0/+2
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-081-0/+6
* Add stdlib xml.etree.cElementTree to deprecated modules (#5863)Jacob Walls2022-03-061-0/+4