config/ruby-2.4.yml in standard-rubocop-lts-1.0.7 vs config/ruby-2.4.yml in standard-rubocop-lts-1.0.8
- old
+ new
@@ -8,17 +8,18 @@
inherit_from:
- ./base.yml
- ./internal/ruby-2.4.yml
require:
+ - standard-rubocop-lts
- 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,
+# If rubocop-performance is listed first, and standard-performance after it,
# then rubocop-performance's rules will take precedence.
# This is the opposite of what you might expect.
# Below: standard's rules override rubocop-performance's (mostly disabling rules)
inherit_gem:
standard: config/ruby-2.4.yml