Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Setup bare bone scripts for builds #2

Merged
merged 1 commit into from
Feb 9, 2018

Conversation

abhinavdahiya
Copy link
Contributor

@abhinavdahiya abhinavdahiya force-pushed the bare-bones branch 2 times, most recently from 026bd22 to 9dc75f9 Compare February 9, 2018 18:51
Copy link
Contributor

@ericchiang ericchiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple nits, other than that lgtm

Once we get some Go code in here, please setup travis https://github.com/coreos/matchbox/blob/master/.travis.yml

Makefile Outdated

check:
@gofmt -l -s $(GOFILES) | read; if [ $$? == 0 ]; then gofmt -s -d $(GOFILES); exit 1; fi
@go vet $(shell go list ./... | grep -v '/vendor/')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: go list ./... doesn't match vendor anymore https://golang.org/doc/go1.9#vendor-dotdotdot

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed this

Makefile Outdated
@gofmt -l -s $(GOFILES) | read; if [ $$? == 0 ]; then gofmt -s -d $(GOFILES); exit 1; fi
@go vet $(shell go list ./... | grep -v '/vendor/')
@./scripts/verify-gopkg.sh
@go test -v $(shell go list ./... | grep -v '/vendor/\|/e2e')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add golint?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added golint

Copy link
Contributor

@ericchiang ericchiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. We'll see if it all works when we setup Travis :)

@ericchiang ericchiang merged commit 1aaac42 into coreos:master Feb 9, 2018
@abhinavdahiya abhinavdahiya deleted the bare-bones branch February 9, 2018 19:09
abhinavdahiya pushed a commit to abhinavdahiya/kubecsr that referenced this pull request Jul 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants