File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ python 3.12.3
44terraform 1.5.7
55jq 1.7
66yq 4.34.2
7- nodejs 20.9 .0
7+ nodejs 20.19 .0
88java zulu-jre-17.42.19
Original file line number Diff line number Diff line change 11extends :
22 - recommended-strict
3+ rules :
4+ no-invalid-schema-examples :
5+ severity : warn
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ $(_CLEANED_SWAGGER_FILE): $(SWAGGER_DEPENDENCIES)
2828
2929$(SWAGGER_AWS ) : $(SWAGGER_DEPENDENCIES ) $(_CLEANED_SWAGGER_FILE )
3030 @env bash $(PATH_TO_INFRASTRUCTURE ) /swagger/merge.sh generate_aws_swagger
31- npx --yes @redocly/cli@1.17.0 lint $(SWAGGER_AWS ) --skip-rule operation-4xx-response --skip-rule spec-components-invalid-map-name
31+ npx --yes @redocly/cli lint $(SWAGGER_AWS ) --skip-rule operation-4xx-response --skip-rule spec-components-invalid-map-name
3232
3333$(SWAGGER_PUBLIC ) : $(SWAGGER_DEPENDENCIES ) $(_CLEANED_SWAGGER_FILE )
3434 @env bash $(PATH_TO_INFRASTRUCTURE ) /swagger/merge.sh generate_public_swagger
35- npx --yes @redocly/cli@1.17.0 lint $(SWAGGER_PUBLIC ) --skip-rule security-defined
35+ npx --yes @redocly/cli lint $(SWAGGER_PUBLIC ) --skip-rule security-defined
3636
3737$(SWAGGER_APIGEE ) : $(SWAGGER_DEPENDENCIES ) $(_CLEANED_SWAGGER_FILE ) $(WORKSPACE_OUTPUT_JSON )
3838 @env bash $(PATH_TO_INFRASTRUCTURE ) /swagger/merge.sh generate_apigee_swagger
39- npx --yes @redocly/cli@1.17.0 lint $(SWAGGER_APIGEE ) --skip-rule security-defined
39+ npx --yes @redocly/cli lint $(SWAGGER_APIGEE ) --skip-rule security-defined
4040
4141$(SWAGGER_PUBLISH_TIMESTAMP ) : aws--login $(SWAGGER_PUBLIC ) $(WORKSPACE_OUTPUT_JSON )
4242 [[ -f $( SWAGGER_PUBLISH_TIMESTAMP) ]] && rm $(SWAGGER_PUBLISH_TIMESTAMP ) || :
You can’t perform that action at this time.
0 commit comments