.rubocop.yml in fat_table-0.3.4 vs .rubocop.yml in fat_table-0.4.0

- old
+ new

@@ -1,18 +1,16 @@ -inherit_gem: - rubocop-shopify: rubocop.yml -require: rubocop-rspec -require: rubocop-performance +inherit_from: + - ~/.rubocop.yml AllCops: - TargetRubyVersion: 2.7 Exclude: - 'test/tmp/**/*' - 'vendor/bundle/**/*' Style/MethodCallWithArgsParentheses: Exclude: - '**/Gemfile' + - '*_spec.rb' Style/ClassAndModuleChildren: Exclude: - 'test/**/*'