← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~powersj/cloud-init:fix-log-warn into cloud-init:master

 

ok so what I can do is propose a new pylintrc that excludes all the other warning numbers, except these two. And as I fix more warnings remove them from the excludes list. Something like:

[MESSAGES CONTROL]

# Errors & warnings only
# W0223 - abstract-method
# W0511 - fixme
# W0612 - unused-variable
# W0613 - unused-except
# W0703 - broad-except
disable=C, F, I, R, W0223, W0511, W0612, W0613, W0703



-- 
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/322137
Your team cloud init development team is requested to review the proposed merge of ~powersj/cloud-init:fix-log-warn into cloud-init:master.


References