Skip to content

Commit

Permalink
Adding automated version check on server (#823)
Browse files Browse the repository at this point in the history
Adding a deamon for version checking
  • Loading branch information
vitarb committed Oct 10, 2020
1 parent 07b1261 commit 0531c95
Show file tree
Hide file tree
Showing 14 changed files with 970 additions and 641 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ errcheck:

api-linter:
@printf $(COLOR) "Run api-linter..."
@api-linter --set-exit-status --output-format=summary $(PROTO_IMPORTS) --config=$(PROTO_ROOT)/api-linter.yaml $(PROTO_FILES)
@api-linter --set-exit-status $(PROTO_IMPORTS) --config=$(PROTO_ROOT)/api-linter.yaml $(PROTO_FILES)

buf-lint:
@printf $(COLOR) "Run buf linter..."
Expand Down
84 changes: 62 additions & 22 deletions api/enums/v1/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0531c95

Please sign in to comment.