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

Proposed by Joshua Powers
Status: Merged
Approved by: Scott Moser
Approved revision: 7eeacc6ad25b63bd5f8c13b4528891d624887bfa
Merged at revision: a7d8fb4ce3727f86e20b1674d1cddab09514f61d
Proposed branch: ~powersj/cloud-init:change-pylint-style
Merge into: cloud-init:master
Diff against target: 13 lines (+1/-1)
1 file modified
.pylintrc (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
cloud-init Commiters Pending
Review via email: mp+322165@code.launchpad.net

Commit message

pylint: update the output style to be easier to read

Description of the change

pylint: update the output style

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.pylintrc b/.pylintrc
2index b8cda03..0138d10 100644
3--- a/.pylintrc
4+++ b/.pylintrc
5@@ -13,7 +13,7 @@ disable=C, F, I, R, W
6 [REPORTS]
7
8 # Set the output format. Available formats are text, parseable, colorized, msvs
9-output-format=colorized
10+output-format=parseable
11
12 # Just the errors please, no full report
13 reports=no

Subscribers

People subscribed via source and target branches