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

Start adding RBS support #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Start adding RBS support #110

wants to merge 1 commit into from

Conversation

aguspe
Copy link
Collaborator

@aguspe aguspe commented Jul 25, 2024

No description provided.

menu.choice :Applitools, -> { choose_test_framework('applitools') }
menu.choice :Axe, -> { choose_test_framework('axe') }
menu.choice :Quit, -> { exit }
def select_automation_framework(menu)
Copy link
Contributor

Choose a reason for hiding this comment

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

[reek] reported by reviewdog 🐶
TooManyStatements: RubyRaider::MenuGenerator#select_automation_framework has approx 12 statements [https://github.com/troessner/reek/blob/v6.3.0/docs/Too-Many-Statements.md]

end
end
end
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 [rubocop] <Layout/TrailingEmptyLines> reported by reviewdog 🐶
Final newline missing.

Suggested change
end
end

@aguspe aguspe linked an issue Jul 25, 2024 that may be closed by this pull request
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.

Add RBS file support
1 participant