summaryrefslogtreecommitdiff
path: root/pylint/reporters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix: reporters receive copy of message (#7620)Smixi2022-10-311-1/+3
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-152-0/+5
* Bump TODOs to the next minor version in preparation of release (#7349)Daniël van Noord2022-08-241-1/+1
* [JsonReporter] Create a base JsonReporterPierre Sassoulas2022-06-291-13/+55
* [pylint.message] Add a location attribute to 'pylint.Message'Pierre Sassoulas2022-06-291-3/+3
* [JsonReporter] Add serialization functions to JsonReporterPierre Sassoulas2022-06-291-16/+42
* 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-012-3/+0
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-284-6/+6
* [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
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-2/+2
* Remove explicit default values from overloads (#6447)Daniël van Noord2022-04-251-21/+4
* Rename remaining TypeVars (#6446)Marc Mueller2022-04-231-7/+7
* Add typing to ``pylint/config/__init__.py`` (#6424)Daniël van Noord2022-04-212-2/+2
* Deprecate all interfaces in 'pylint.interfaces' (#6412)Daniël van Noord2022-04-201-0/+7
* Remove ``__implements__ = IReporter``Daniël van Noord2022-04-193-6/+0
* Make ``Message`` a ``dataclass`` (#6381)Daniël van Noord2022-04-181-8/+10
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-144-12/+8
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-142-3/+3
* 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-1410-99/+108
* 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
* Final typing for ``pylint/reporters/ureports`` (#5979)Daniël van Noord2022-03-253-10/+24
* Add basic typing to ``pylint/reporters`` (#5978)Daniël van Noord2022-03-252-12/+11
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-2411-12/+12
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-2411-78/+11
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-3/+4
* Fix typo in ColorizedTextReporter deprecation warningJacob Walls2022-03-101-1/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-1010-64/+64
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-022-4/+2
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-273-19/+24
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-213-4/+4
* Add typing to checker and plugin attributes of ``PyLinter`` (#5574)Daniël van Noord2021-12-211-4/+4
* Upgrade mypy to 0.920 (#5535)Marc Mueller2021-12-161-1/+1
* Update typing of reporter attributes in ``PyLinter`` (#5525)Daniël van Noord2021-12-151-0/+3
* Add typing to ``PyLinter.reporter`` (#5325)Daniël van Noord2021-12-031-0/+1
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-032-2/+2
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-031-2/+2
* Add endLine and endColumn keys to JSONReporter (#5456)Marc Mueller2021-12-031-0/+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-253-0/+3
* 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
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-172-2/+2
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-271-11/+15