Skip to content

Commit

Permalink
chore: do not format generated protobuf code (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Nov 23, 2020
1 parent a12787e commit 8e6f50a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ deps:
ifneq ("$(shell base64 Makefile))","$(shell cat .bin/.lock)")
go build -o .bin/go-acc github.com/ory/go-acc
go build -o .bin/goreturns github.com/sqs/goreturns
go build -o .bin/listx github.com/ory/x/tools/listx
go build -o .bin/mockgen github.com/golang/mock/mockgen
go build -o .bin/swagger github.com/go-swagger/go-swagger/cmd/swagger
go build -o .bin/goimports golang.org/x/tools/cmd/goimports
Expand All @@ -25,7 +24,7 @@ endif

.PHONY: format
format:
goimports -w -local github.com/ory/keto $$(listx .)
goimports -w -local github.com/ory/keto *.go internal cmd

.PHONY: install-stable
install-stable: deps
Expand Down

0 comments on commit 8e6f50a

Please sign in to comment.