Skip to content

Commit

Permalink
feat: improve checks for OpenAPI Schema Validator (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Dec 8, 2024
1 parent 7053948 commit 5f83249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gabo/internal/generator/all_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func GetOptions() []Option {
_Option{
"OpenAPI Schema Validator", "validate-openapi-schema",
newFileMatcher(_openAPIFileList...),
newPatternMatcher("mpetrunic/swagger-cli-action"),
newPatternMatcher("mpetrunic/swagger-cli-action", "daveshanley/vacuum"),
newGenerator2(generateOpenAPISchemaValidator),
"validate-openapi-schema.yaml",
},
Expand Down

0 comments on commit 5f83249

Please sign in to comment.