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

Enable rubocop rules this project is compliant with #537

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

maddieholtzer
Copy link
Contributor

What

Enable rubocop rules this project is compliant with

  • Bundler/OrderedGems
  • Style/CollectionMethods
  • Style/FormatString
  • Naming/FileName
  • Style/SingleLineBlockParams
  • Style/TrivialAccessors

Why

Since we are compliant with these rules it feels a bit weird to have them disabled in the rubocop.yml as we either are following the expectations intentionally and thus probably good to lock down, or the lints aren't ones that are relevant to this project if they have no issues a decade in.

**What**

Enable rubocop rules this project is compliant with

- `Bundler/OrderedGems`
- `Style/CollectionMethods`
- `Style/FormatString`
- `Naming/FileName`
- `Style/SingleLineBlockParams`
- `Style/TrivialAccessors`

**Why**

Since we are compliant with these rules it feels a bit weird to have them disabled in the
`rubocop.yml` as we either are following the expectations intentionally and thus probably good to
lock down, or the lints aren't ones that are relevant to this project if they have no
issues a decade in.
@sds sds merged commit ef9dbbe into sds:main Jan 3, 2025
35 checks passed
@sds
Copy link
Owner

sds commented Jan 3, 2025

Thanks

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.

2 participants