Skip to content

Commit 7bf199a

Browse files
authored
Lower minimum score for OpenAPI linting from 70 to 10
1 parent 232cc0e commit 7bf199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_openapi_spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
DOCKER_BUILDKIT: 1
2828
OPENAPI_PATH: "QuantConnect-Platform-2.0.0.yaml"
2929
SHOW_RULES: "false"
30-
MINIMUM_SCORE: "70"
30+
MINIMUM_SCORE: "10"
3131
FAIL_ON_ERROR: "true"
3232
RULESET: ""
3333
PRINT_LOGS: "true"

0 commit comments

Comments
 (0)