Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Improve go vet checks #6198
Conversation
mjs
added some commits
Sep 8, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$intermittent-tests$$ |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 8b59f4e
into
juju:master
Sep 9, 2016
mjs
deleted the
mjs:verify-improvements
branch
Sep 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedSep 8, 2016
•
Edited 1 time
-
ericsnowcurrently
Sep 8, 2016
Instead of selectively enabling specific checks, just disable the ones that don't work for Juju. Also, enable checking of a lot more print style functions commonly used within Juju, defining them in a maintainable way.
Fixed two incorrect format strings found by the changes.
(Review request: http://reviews.vapour.ws/r/5634/)