Skip to content

Commit

Permalink
remove --parseInternal
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed May 20, 2024
1 parent eab4edd commit dd66225
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefiles/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ swagger-check:
$(MAKE) swaggo-install

@echo "--> Generate latest Swagger specs"
cd cardinal
mkdir -p .tmp/swagger
swag init -g server/server.go -o .tmp/swagger --parseInternal --parseDependency
swag init -g server/server.go -o .tmp/swagger --parseDependency

@echo "--> Compare existing and latest Swagger specs"
docker run --rm -v ./:/local-repo ghcr.io/argus-labs/devops-infra-swagger-diff:2.0.0 \
Expand Down

0 comments on commit dd66225

Please sign in to comment.