summaryrefslogtreecommitdiff
path: root/pylint/reporters
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup pylint issuesClaudiu Popa2015-11-212-8/+2
| | | | | | | | | | | This changeset also brings a couple of changes: * rrheaders and rcheaders are dropped from html_writer.Table's constructor. They weren't used at all and it was dead code. This simplified some if statements. * _is_attribute_property is used to look for a property assignment instead on relying on a different implementation.
* Decode the docstring before attempting to parse it with the spelling checkerClaudiu Popa2015-10-163-9/+6
| | | | | Also, the patch changes calls to str() in the list of html reporter's messages only for the objects which aren't already unicode or byte strings.
* Simplify compute_content, by removing the custom implementations of write ↵Claudiu Popa2015-10-161-26/+11
| | | | and writeln.
* 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 ↵Claudiu Popa2015-10-161-7/+4
| | | | patching it all the time.
* 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
| | | | | The BaseComponent's arguments weren't actually used and by removing them, a bunch of other methods were removed as well.
* 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
| | | | combination.
* 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
| | | | | | | | With this change, we moved away from depending on logilab-common, having in Pylint all the components that were used from logilab-common. The API should be considered an implementation detail and can change at some point in the future. Closes issue #621.
* 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
| | | | | The alternative way is to use handle_message. add_message will be removed in Pylint 1.6.
* 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
| | | | Patch by Daniel Goldsmith. Closes issue #135.
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-145-0/+433