config/ruby-3.1.yml in standard-rubocop-lts-1.0.9 vs config/ruby-3.1.yml in standard-rubocop-lts-1.0.10

- old
+ new

@@ -3,14 +3,10 @@ inherit_mode: merge: - Exclude - Include -inherit_from: - - ./base.yml - - ./internal/ruby-3.1.yml - require: - standard-rubocop-lts - standard - standard-performance - standard-custom @@ -25,5 +21,9 @@ inherit_gem: standard: config/ruby-3.1.yml standard-performance: config/base.yml standard-custom: config/base.yml rubocop-performance: config/default.yml + +inherit_from: + - ./base.yml + - ./internal/ruby-3.1.yml