third_party.pylibs.pylint.src/pylint/reporters/ureports
Claudiu Popa 24a5a67ff5 Disable reports by default and show the evaluation score by default
As per discussion from issue #746, the reports were disabled by
default in order to simplify the interaction between the
tool and the users. The score is still shown by default,
as a way of closely measuring when it increases or decreases
due to changes brought to the code.
The patch introduces a new command line flag, "--score" or its
shorthand version, "-s", which controls if the score is shown or not.
By default, it's set to true.
2015-12-29 10:22:53 +02:00
..
__init__.py Decode the docstring before attempting to parse it with the spelling checker 2015-10-16 21:29:08 +03:00
html_writer.py Disable reports by default and show the evaluation score by default 2015-12-29 10:22:53 +02:00
nodes.py Disable reports by default and show the evaluation score by default 2015-12-29 10:22:53 +02:00
text_writer.py Disable reports by default and show the evaluation score by default 2015-12-29 10:22:53 +02:00