Skip to content

Explicitly inherit rubocop-rubyfmt's default config#65

Merged
dduugg merged 1 commit into
mainfrom
add-rubyfmt-default-config
Jul 24, 2026
Merged

Explicitly inherit rubocop-rubyfmt's default config#65
dduugg merged 1 commit into
mainfrom
add-rubyfmt-default-config

Conversation

@dduugg

@dduugg dduugg commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add Rubocop, adopt rubyfmt, and move CI to shared config #64 only listed rubocop-rubyfmt under plugins, relying on it implicitly loading its own config/default.yml. This adds an explicit inherit_gem entry for rubocop-rubyfmt, matching how rubocop-gusto is already declared (both inherit_gem and plugins).

Test plan

  • bundle exec rubocop — no offenses (no behavior change; config was already being loaded implicitly)
  • bundle exec srb tc — no errors
  • bundle exec rspec — all specs pass

.rubocop.yml only listed rubocop-rubyfmt under plugins, unlike
rubocop-gusto which is declared under both inherit_gem and plugins.
Add the matching inherit_gem entry so rubocop-rubyfmt's default
config is loaded the same explicit way.
@dduugg
dduugg requested a review from a team as a code owner July 24, 2026 01:27
@github-project-automation github-project-automation Bot moved this to Triage in Modularity Jul 24, 2026
@dduugg
dduugg merged commit b0ed20c into main Jul 24, 2026
7 checks passed
@dduugg
dduugg deleted the add-rubyfmt-default-config branch July 24, 2026 01:57
@github-project-automation github-project-automation Bot moved this from Triage to Done in Modularity Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant