Skip to content

Conversation

@alex-rogachev
Copy link
Contributor

@alex-rogachev alex-rogachev commented Jul 28, 2025

rake task for OpenAPI tags validation

@alex-rogachev alex-rogachev force-pushed the openapi-validation-task branch from 21b7fc2 to e62337b Compare August 7, 2025 11:51
Rage::OpenAPI.build

if Rage::OpenAPI.__warnings.any?
puts "OpenAPI validation failed. Warnings: #{Rage::OpenAPI.__warnings}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are any warnings, Rage::OpenAPI.build will display them anyway.

Suggested change
puts "OpenAPI validation failed. Warnings: #{Rage::OpenAPI.__warnings}"
puts "OpenAPI validation failed."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants