1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

Add --verbose to pylint

This commit is contained in:
Matt Love 2019-07-08 01:49:13 -07:00
parent ff93e84791
commit 16da7fafae

View file

@ -52,7 +52,7 @@ def pylint_check(num_only, create_badge, errors):
from pylint import epylint
pylint_stdout, pylint_stderr = epylint.py_run(
"hyperglass --rcfile=.pylintrc", return_std=True
"hyperglass --verbose --rcfile=.pylintrc", return_std=True
)
pylint_output = pylint_stdout.getvalue()
pylint_score = re.search(