-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #372 from checkr/zz/bump-vendor-and-swagger-gen
Bump vendor and go swagger
- Loading branch information
Showing
664 changed files
with
113,766 additions
and
94,237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,13 +41,9 @@ gen: api_docs swagger | |
|
||
deps: | ||
@GO111MODULE=off go get -u github.com/myitcv/gobin | ||
@gobin github.com/go-swagger/go-swagger/cmd/[email protected] | ||
@gobin github.com/codeskyblue/fswatch | ||
@gobin github.com/go-swagger/go-swagger/cmd/[email protected] | ||
@gobin github.com/golangci/golangci-lint/cmd/[email protected] | ||
|
||
watch: | ||
@fswatch | ||
|
||
serve_docs: | ||
@npm install -g docsify-cli@4 | ||
@docsify serve $(PWD)/docs | ||
|
@@ -70,6 +66,10 @@ verify_swagger: | |
@echo "Running $@" | ||
@swagger validate $(PWD)/docs/api_docs/bundle.yaml | ||
|
||
verify_swagger_nochange: swagger | ||
@echo "Running verify_swagger_nochange to make sure the swagger generated code is checked in" | ||
@git diff --exit-code | ||
|
||
clean: | ||
@echo "Cleaning up all the generated files" | ||
@find . -name '*.test' | xargs rm -fv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.