summaryrefslogtreecommitdiff
path: root/pylint/reporters/text.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use magenta for warnings since blue is hard to read on a black terminal. Clos...Claudiu Popa2018-03-291-1/+1
* Enable import-errorNick Drozd2018-01-041-0/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-2/+6
* Simplify the code to not use assertion and exceptions.Claudiu Popa2016-12-141-3/+1
* update the check for ansi terminalsy2kbugger2016-12-141-3/+8
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
* 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
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-1/+1
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-181-1/+1
* Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-261-1/+87
* The colorized reporter now works on Windows. Closes issue #96.Claudiu Popa2015-03-271-1/+6
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+146