.rubocop.yml in mshard-0.5.1 vs .rubocop.yml in mshard-0.6.0
- old
+ new
@@ -1,15 +1,5 @@
-inherit_from: .rubocop_todo.yml
-
-Style/RegexpLiteral:
- Exclude:
- - 'Guardfile'
- - 'mshard.gemspec'
-
-Metrics/LineLength:
- Exclude:
- - 'spec/spec_helper.rb'
-
-Metrics/BlockLength:
- Exclude:
- - '*.gemspec'
- - 'spec/**/*'
+inherit_gem:
+ mbs: rubocop.yml
+inherit_from:
+ - .rubocop_todo.yml
+ - .rubocop.local.yml