diff options
author | Joshua Powers <josh.powers@canonical.com> | 2017-04-06 13:31:37 -0700 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2017-04-21 10:34:31 -0400 |
commit | a7d8fb4ce3727f86e20b1674d1cddab09514f61d (patch) | |
tree | f9ba26ca42af04efd8be9cde101757349304bd03 | |
parent | 5afe4cd0797a12d07ea19b9715b720d47bdea401 (diff) | |
download | vyos-cloud-init-a7d8fb4ce3727f86e20b1674d1cddab09514f61d.tar.gz vyos-cloud-init-a7d8fb4ce3727f86e20b1674d1cddab09514f61d.zip |
pylint: update output style to parseable
This makes the output much easier to view and parse through while
fixing issues.
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |