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

GitHub Workflows & Rubocop #298

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

Conversation

Droid00000
Copy link
Contributor

Summary

  • Rubocop seems to have introduced a new plugins system.
  • The current Github workflows are running on a deprecated version.

Rubocop

Rubocop seems to have migrated over to a new plugin system.

  • All this seems to require on our end is changed the require: key to plugins: in the yaml file.

Lint/SuppressedExceptionInNumberConversion

  • I'm guessing this should mainly be a safe change to make. Setting exception: false seems to behave identically to suppressing the exception with a begin-rescue block.

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.

1 participant