third_party.pylibs.pylint.src/pylint/test/regrtest_data/application_crash.py
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

1 line
25 B
Python