forked from mirrors/thatmattlove-hyperglass
Add --verbose to pylint
This commit is contained in:
parent
ff93e84791
commit
16da7fafae
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue