summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2017-04-06 13:31:37 -0700
committerScott Moser <smoser@ubuntu.com>2017-04-21 10:34:31 -0400
commita7d8fb4ce3727f86e20b1674d1cddab09514f61d (patch)
treef9ba26ca42af04efd8be9cde101757349304bd03 /.pylintrc
parent5afe4cd0797a12d07ea19b9715b720d47bdea401 (diff)
downloadcloud-init-git-a7d8fb4ce3727f86e20b1674d1cddab09514f61d.tar.gz
pylint: update output style to parseable
This makes the output much easier to view and parse through while fixing issues.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 0f5e41b1..b160ce7b 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -34,7 +34,7 @@ disable=C, F, I, R, W0105, W0107, W0201, W0212, W0221, W0222, W0223, W0231, W031
[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