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

Update Rubocop configuration #15

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Update Rubocop configuration #15

merged 1 commit into from
Dec 9, 2023

Conversation

jcouball
Copy link
Member

@jcouball jcouball commented Dec 9, 2023

This PR updates Rubocop configuration based on new Rubocop changes:

  • The Gemspec/DevelopmentDependencies wants us to put development dependencies in the Gemfile. We want to keep them in the .gemspec
  • For module length, we want hashes to only count for one line even if they span multiple lines.
  • Allow unicode characters in comments.

Copy link

codeclimate bot commented Dec 9, 2023

Code Climate has analyzed commit 0a7f8cf and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0%.

View more on Code Climate.

@jcouball jcouball merged commit 3255436 into main Dec 9, 2023
6 checks passed
@jcouball jcouball deleted the update_rubocop branch December 9, 2023 17:59
@jcouball jcouball mentioned this pull request Jan 6, 2024
@jcouball jcouball mentioned this pull request May 7, 2024
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