From 6318c4e3db5828a54eed86adfa5a5a6e85b97a5f Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 23 Jul 2026 18:27:06 -0700 Subject: [PATCH] Explicitly inherit rubocop-rubyfmt's default config .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. --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 2430b65..273236b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,6 +8,8 @@ inherit_mode: inherit_gem: rubocop-gusto: - config/default.yml + rubocop-rubyfmt: + - config/default.yml plugins: - rubocop-gusto