Merge ~ballot/content-cache-charm/+git/content-cache-charm:lint_first into content-cache-charm:master

Proposed by Benjamin Allot
Status: Merged
Approved by: Haw Loeung
Approved revision: df47465d433e5c62c221a7a2c9b223aa5303af89
Merged at revision: 7a14fc8c821c8ff02c3277483e77ed94f598863f
Proposed branch: ~ballot/content-cache-charm/+git/content-cache-charm:lint_first
Merge into: content-cache-charm:master
Diff against target: 13 lines (+1/-1)
1 file modified
Makefile (+1/-1)
Reviewer Review Type Date Requested Status
Barry Price Approve
Canonical IS Reviewers Pending
Review via email: mp+372129@code.launchpad.net

Commit message

Put lint target first

To post a comment you must log in.
Revision history for this message
Barry Price (barryprice) wrote :

+1

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change has no commit message, setting status to needs review.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 7a14fc8c821c8ff02c3277483e77ed94f598863f

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index 8190269..ee9e4d7 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -24,7 +24,7 @@ lint:
6 @echo "Running flake8"
7 @tox -e lint
8
9-test: unittest functional lint
10+test: lint unittest functional
11
12 unittest:
13 @tox -e unit

Subscribers

People subscribed via source and target branches