config/ruby-3.1.yml in standard-rubocop-lts-1.0.4 vs config/ruby-3.1.yml in standard-rubocop-lts-1.0.5
- old
+ new
@@ -1,7 +1,20 @@
+# We want Exclude and Include directives from different
+# config files to get merged, not overwritten
+inherit_mode:
+ merge:
+ - Exclude
+ - Include
+
inherit_from:
- ./base.yml
- ./internal/ruby-3.1.yml
+
+require:
+ - standard
+ - standard-performance
+ - standard-custom
+ - rubocop-performance
# Load basic rules for this version of Ruby from standard.
# Rules are overridden in a LIFO stack.
# If rubocop-performance is loaded first, and standard-performance after it,
# then rubocop-performance's rules will take precedence.