summaryrefslogtreecommitdiff
path: root/pylint/reporters
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notice with copyritePierre Sassoulas2021-02-283-2/+3
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-216-4/+10
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-212-2/+0
* Update formatting following black and isort updatePierre Sassoulas2020-09-102-5/+3
* Fix duplicate messages created by jobs>1.Martin Vielsmaier2020-09-101-0/+3
* Sets up copyrighthippo912020-08-206-6/+6
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-276-8/+21
* Fix a typo in a JsonReporter docstringPierre Sassoulas2020-04-261-1/+1
* Fix a typo in TextReporterPierre Sassoulas2020-04-261-2/+2
* Don't HTML-escape JSON messages (#3467)Clément Pit-Claudel2020-04-031-2/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-246-13/+6
* The ``json`` reporter no longer bypasses ``redirect_stdout``. Close #3227Claudiu Popa2019-11-061-2/+2
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-2/+1
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-171-1/+1
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-124-8/+0
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-222-2/+2
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-294-96/+97
* Refactor - Remove circular import between utils and reporterPierre Sassoulas2019-03-291-0/+79
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-204-7/+3
* Pass `quote=False` to `html.escape` in the JSON reporterClaudiu Popa2019-02-281-2/+1
* Fix a couple of warningsClaudiu Popa2019-02-051-2/+2
* GrammarClaudiu Popa2018-10-021-1/+1
* Reformat the code with blackClaudiu Popa2018-09-176-107/+126
* The ``json`` reporter prints an empty list when no messages are emittedClaudiu Popa2018-09-061-2/+1
* Update copyright noticesClaudiu Popa2018-07-156-2/+15
* Add new checker useless-object-inheritance.ssolanki2018-06-203-3/+3
* Remove six package usages. (#2151)Sushobhit2018-05-274-25/+5
* pyupgrade (#2136)Anthony Sottile2018-05-222-14/+14
* 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
* Spelling fixesVille Skyttä2018-01-301-1/+1
* Enable no-memberNick Drozd2018-01-041-0/+1
* Enable import-errorNick Drozd2018-01-041-0/+1
* Enable broad-except checkNick Drozd2018-01-041-0/+1
* Regenerate copyright noticesClaudiu Popa2017-12-153-4/+19
* Add of a new key/value pair in the json dictionnary. The key is message-id an...guillaume22017-07-191-0/+1
* Replace getdefaultlocale with getpreferredencoding (#1362)Kári Tristan Helgason2017-03-111-1/+1
* Add test for #1362Claudiu Popa2017-03-111-0/+1
* 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-236-12/+17
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-196-0/+12
* arguments-differ takes in consideration kwonlyargs and variadicsClaudiu Popa2016-07-101-10/+10
* Remove the support for html reportingClaudiu Popa2016-07-052-179/+0
* Remove pylint-guiClaudiu Popa2016-07-031-30/+0
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-019-120/+27
* Merge branch '2.0'Claudiu Popa2016-02-164-6/+22
|\
| * Disable reports by default and show the evaluation score by defaultClaudiu Popa2015-12-293-0/+22
* | Implement a dummy _display to satisfy API constraint.Claudiu Popa2016-01-091-0/+3