-
Notifications
You must be signed in to change notification settings - Fork 65
🏃Align Makefile with other CAP* repos #257
🏃Align Makefile with other CAP* repos #257
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold until #256 merges |
Makefile
Outdated
## -------------------------------------- | ||
|
||
.PHONY: run | ||
run: generate fmt vet ## Run against the configured Kubernetes cluster in ~/.kube/config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks like fmt and vet get removed in this change but are now referenced here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah those are part of golint, I'll remove these
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these were gone but they look to be back?
/lgtm |
Signed-off-by: Vince Prignano <[email protected]>
0ec5b24
to
304791e
Compare
/hold cancel |
/lgtm |
/hold looks like fmt and vet snuck back in but they are still deleted? |
Signed-off-by: Vince Prignano <[email protected]>
/hold cancel |
Signed-off-by: Vince Prignano [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #