summaryrefslogtreecommitdiff
path: root/pylint/reporters/text.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-211-1/+2
* [deprecation] 'ColorizedTextReporter' only accepts 'ColorMappingDict' (#8464)Pierre Sassoulas2023-03-201-24/+2
* [colorize_ansi] Remove the possibility to use anything else than a MessageSty...Pierre Sassoulas2023-03-091-80/+32
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-2/+4
* Fixing some too long lines (#8339)Ollie2023-02-251-1/+2
* Add `no-header` run option (#7869)Dani Alcala2022-12-301-9/+20
* Fixes custom braces in user-provided msg-template. (#7976)Dani Alcala2022-12-271-1/+1
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+3
* 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