summaryrefslogtreecommitdiff
path: root/pylint/reporters/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Use ``python-typing-update`` on ``pylint/reporters`` directoryDaniël van Noord2022-04-141-1/+4
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-20/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Upgrade mypy to 0.920 (#5535)Marc Mueller2021-12-161-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Add typing in ``pylint.reporters`` (#5004)Pierre Sassoulas2021-09-161-3/+6
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Multiple `output-format` support (#4492)ruro2021-05-241-1/+8
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* 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
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+5
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-2/+1
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-291-95/+7
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+1
* Reformat the code with blackClaudiu Popa2018-09-171-8/+11
* Update copyright noticesClaudiu Popa2018-07-151-0/+3
* Add new checker useless-object-inheritance.ssolanki2018-06-201-1/+1
* Remove six package usages. (#2151)Sushobhit2018-05-271-17/+1
* Spelling fixesVille Skyttä2018-01-301-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-2/+10
* Replace getdefaultlocale with getpreferredencoding (#1362)Kári Tristan Helgason2017-03-111-1/+1
* Add test for #1362Claudiu Popa2017-03-111-0/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-13/+3
* Merge branch '2.0'Claudiu Popa2016-02-161-6/+0
|\
* | Decouple the displaying of reports from the displaying of messagesClaudiu Popa2016-01-091-0/+11
* | Rename display_results to display_reports, the old name being deprecated.Claudiu Popa2016-01-091-1/+7
|/
* Remove features in 1.6.0 which were scheduled for removal.Claudiu Popa2015-12-171-13/+1
* Update the docstrings to be more intuitive.Claudiu Popa2015-10-161-4/+2
* Remove commented out code.Claudiu Popa2015-10-161-2/+0
* Make encode a proper method of the BaseReporter, which removes the need of pa...Claudiu Popa2015-10-161-7/+4
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-3/+1
* Get rid of abstract-method warnings emitted over pylint's codebase.Claudiu Popa2015-05-071-0/+2
* Don't emit warnings in the deprecated method.Claudiu Popa2015-05-071-0/+1
* Emit a proper deprecation warning for reporters.BaseReporter.add_message.Claudiu Popa2015-05-071-1/+5
* issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-1/+2
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+133