Skip to content

Commit 9d25c02

Browse files
authored
Fix google api-linter errors (#48)
1 parent e68e6dc commit 9d25c02

File tree

26 files changed

+1703
-1709
lines changed

26 files changed

+1703
-1709
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ go-grpc: clean $(PROTO_OUT)
5050
$(foreach PROTO_DIR,$(PROTO_DIRS),protoc --proto_path=$(PROTO_IMPORT) --go_out=plugins=grpc,paths=source_relative:$(PROTO_OUT) $(PROTO_DIR)*.proto;)
5151

5252
fix-path:
53-
mv -f $(PROTO_OUT)/temporal/* $(PROTO_OUT) && rm -d $(PROTO_OUT)/temporal
53+
mv -f $(PROTO_OUT)/temporal/* $(PROTO_OUT) && rm -rf $(PROTO_OUT)/temporal
5454

5555
# Generate mocks
5656

common/v1/message.pb.go

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)