← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:change-pylint-style into cloud-init:master

 

Joshua Powers has proposed merging ~powersj/cloud-init:change-pylint-style into cloud-init:master.

Commit message:
pylint: update the output style to be easier to read

Requested reviews:
  cloud init development team (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/322165

pylint: update the output style
-- 
Your team cloud init development team is requested to review the proposed merge of ~powersj/cloud-init:change-pylint-style into cloud-init:master.
diff --git a/.pylintrc b/.pylintrc
index b8cda03..0138d10 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -13,7 +13,7 @@ disable=C, F, I, R, W
 [REPORTS]
 
 # Set the output format. Available formats are text, parseable, colorized, msvs
-output-format=colorized
+output-format=parseable
 
 # Just the errors please, no full report
 reports=no

Follow ups