config/ruby-1.8.yml in standard-rubocop-lts-1.0.9 vs config/ruby-1.8.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-1.8.yml
-
require:
- standard-rubocop-lts
- standard
- standard-performance
- standard-custom
@@ -25,5 +21,9 @@
inherit_gem:
standard: config/ruby-1.8.yml
standard-performance: config/ruby-1.8.yml
standard-custom: config/base.yml
rubocop-performance: config/default.yml
+
+inherit_from:
+ - ./base.yml
+ - ./internal/ruby-1.8.yml