summaryrefslogtreecommitdiff
path: root/pylint/reporters/text.py
Commit message (Expand)AuthorAgeFilesLines
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-2/+0
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-2/+2
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* [spelling] ANSI is an accronym and should be capitalizedPierre Sassoulas2022-04-261-5/+5
* Remove explicit default values from overloads (#6447)Daniël van Noord2022-04-251-21/+4
* Remove ``__implements__ = IReporter``Daniël van Noord2022-04-191-2/+0
* Make ``Message`` a ``dataclass`` (#6381)Daniël van Noord2022-04-181-8/+10
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-141-2/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/reporters`` directoryDaniël van Noord2022-04-141-33/+25
* Use namespace in PyLinter and testsDaniël van Noord2022-04-051-1/+1
* Add typing to two utility functions (#6111)Daniël van Noord2022-04-021-5/+5
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-18/+1
* Fix typo in ColorizedTextReporter deprecation warningJacob Walls2022-03-101-1/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-13/+13
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-1/+0
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-1/+1
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-031-2/+2
* Bump pylint to 2.12.1, update changelogv2.12.1Pierre Sassoulas2021-11-251-1/+1
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-4/+4
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Update reporters to (allow) use of ``end_line`` and ``end_column`` (#5372)Daniël van Noord2021-11-241-2/+28
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-1/+1
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-3/+3
* Add typing and refactor text reporter (#5041)Daniël van Noord2021-09-211-65/+141
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-161-2/+5
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-1/+2
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-5/+4
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-171-2/+2
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-151-2/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+3
* Fix a typo in TextReporterPierre Sassoulas2020-04-261-2/+2
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-171-1/+1
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-3/+2
* Reformat the code with blackClaudiu Popa2018-09-171-56/+65
* Update copyright noticesClaudiu Popa2018-07-151-1/+4
* Remove six package usages. (#2151)Sushobhit2018-05-271-3/+1
* Includes file paths in the default report format (#2088)Jace Browning2018-05-151-1/+1