summaryrefslogtreecommitdiff
path: root/pylint/reporters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-261-1/+87
* 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
* The colorized reporter now works on Windows. Closes issue #96.Claudiu Popa2015-03-271-1/+6
* The HTML output accepts the `--msg-template` option.Claudiu Popa2015-02-171-5/+37
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-145-0/+433