Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove return from supports block #672

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Jul 1, 2024

Part of ManageIQ/manageiq#22898 (as a followup)

Introduced by #659

You can not have a return in a block. It causes a LongJump error Besides, it tries to return from inside the calling block - not what we want.

Fixes a missed unsupported reason check

Part of ManageIQ/manageiq#22898 (as a followup)

Introduced by ManageIQ#659

You can not have a return in a block. It causes a LongJump error
Besides, it tries to return from inside the calling block - not what we want.

Fixes a missed unsupported reason check
@miq-bot
Copy link
Member

miq-bot commented Jul 1, 2024

Checked commit kbrock@ac2ee1a with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
1 file checked, 0 offenses detected
Everything looks fine. 🍪

@jrafanie jrafanie merged commit 7669eaa into ManageIQ:master Jul 2, 2024
4 checks passed
@kbrock kbrock deleted the unsupported_reason_return branch July 2, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants