We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47d204 commit 9fdc582Copy full SHA for 9fdc582
Makefile
@@ -19,5 +19,5 @@ generate: validate ## Generate the API Go client and the JSON document for the U
19
test: ## Test the go code.
20
gobin -m -run github.com/kyoh86/richgo test -v $(CHECK_FILES)
21
22
-validate: ## Check that the swagger spec is valid.
+validate: deps ## Check that the swagger spec is valid.
23
gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger@c49ea4ca2112a67af0faa06ffdc994b036860a0c validate $(SWAGGER_SPEC)
0 commit comments