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

Fix Rubocop violations #195

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Dec 11, 2023

What? Why?

This fixed two following Rubocop violdations.

  • Style/RedundantParentheses: Don't use parentheses around a logical expression.
  • Style/HashEachMethods: Use each_key instead of each and remove the unused _val block argument.

Ref: https://app.circleci.com/pipelines/github/bigcommerce/gruf/296/workflows/7a6ab822-1868-478d-9d5b-4287b8cb2dcf/jobs/3503

How was it tested?

This fixed two following Rubocop violdations.

* Style/RedundantParentheses: Don't use parentheses around a logical expression.
* Style/HashEachMethods: Use each_key instead of each and remove the unused _val block argument.

Ref: https://app.circleci.com/pipelines/github/bigcommerce/gruf/296/workflows/7a6ab822-1868-478d-9d5b-4287b8cb2dcf/jobs/3503
@splittingred splittingred merged commit a6a046a into bigcommerce:main Dec 12, 2023
17 checks passed
@y-yagi y-yagi deleted the fix-rubocop-158 branch December 12, 2023 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants