Skip to content

Commit

Permalink
Ignore vendor directory when go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Mar 6, 2020
1 parent 2164204 commit 89d2660
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 @@ -44,7 +44,7 @@ endif
.PHONY: lint
lint:
go vet ./...
golint -set_exit_status ./...
golint -set_exit_status `go list -mod=vendor ./...`

.PHONY: check-deps
check-deps:
Expand Down

0 comments on commit 89d2660

Please sign in to comment.