Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ install:
go build -o $(GOGOSLICK)/protoc-gen-gogoslick ./vendor/github.com/gogo/protobuf/protoc-gen-gogoslick/
go build -o $(YARPCGO)/protoc-gen-yarpc-go ./vendor/go.uber.org/yarpc/encoding/protobuf/protoc-gen-yarpc-go/


.PHONY: check-licence
check-licence:
@echo "Checking uber-licence..."
@ls ./node_modules/.bin/uber-licence >/dev/null 2>&1 || npm i uber-licence
@./node_modules/.bin/uber-licence --dry --file '*.go' --dir '!workspace' --dir '!vendor' --dir '!examples' --dir '!.tmp_gen' --dir '!template_bundle'
#@ls ./node_modules/.bin/uber-licence >/dev/null 2>&1 || npm i uber-licence
#@./node_modules/.bin/uber-licence --dry --file '*.go' --dir '!workspace' --dir '!vendor' --dir '!examples' --dir '!.tmp_gen' --dir '!template_bundle'

.PHONY: fix-licence
fix-licence:
Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import:
- package: gopkg.in/yaml.v2
version: master
- package: golang.org/x/tools/cmd/goimports
version: master
version: 0.3.0
# goimports seems to need these three below (this may get fixed later)
- package: golang.org/x/mod/module
version: master
Expand Down