Skip to content

Commit

Permalink
Add -n1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnksm committed Jan 29, 2017
1 parent 0324fe8 commit 3f55f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ vet:

lint:
@go get github.com/golang/lint/golint
go list ./... | grep -v vendor | xargs golint
go list ./... | grep -v vendor | xargs -n1 golint

cover:
@go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit 3f55f4b

Please sign in to comment.