summaryrefslogtreecommitdiff
path: root/pylint/reporters
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Decouple the displaying of reports from the displaying of messagesClaudiu Popa2016-01-093-3/+19
* | 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
* Cleanup pylint issuesClaudiu Popa2015-11-212-8/+2
* Decode the docstring before attempting to parse it with the spelling checkerClaudiu Popa2015-10-163-9/+6
* Simplify compute_content, by removing the custom implementations of write and...Claudiu Popa2015-10-161-26/+11
* 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
* Remove handling of pending_urls, which is unused by pylint.Claudiu Popa2015-10-161-6/+0
* Remove BaseComponent and additional attributes and methodsClaudiu Popa2015-10-163-44/+7
* Use unicode string.Claudiu Popa2015-10-161-1/+1
* Move VNode into ureports.nodes.Claudiu Popa2015-10-162-58/+40
* Remove unused APIs from VNode class, which got merged with Node class.Claudiu Popa2015-10-161-182/+4
* Simplify the code a little bit by using enumerate instead of a range and len ...Claudiu Popa2015-10-151-5/+4
* Use the u'' prefix throught text writer.Claudiu Popa2015-10-151-1/+1
* Use enumerate instead of range.Claudiu Popa2015-10-151-2/+1
* Rewrite the operation with a ternary if in order to be clearer.Claudiu Popa2015-10-151-1/+1
* Remove unused nodes and corresponding visit methods.Claudiu Popa2015-10-153-64/+0
* Disable deprecated-method for using cgi.escape.Claudiu Popa2015-09-211-2/+3
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-059-7/+817
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-181-1/+1