add --dummy-variables-rgx= param when calling pylint
new pylint in trusty complains about '_' variables if we don't do this. This seems to be ok in older versions of pylint also.
This commit is contained in:
parent
b9fa90b977
commit
16cfb37ac7
@ -16,6 +16,7 @@ cmd=(
|
||||
--rcfile=$RC_FILE
|
||||
--disable=R
|
||||
--disable=I
|
||||
--dummy-variables-rgx="_"
|
||||
"${files[@]}"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user