.rubocop.yml in graphql-batch-0.4.3 vs .rubocop.yml in graphql-batch-0.5.0
- old
+ new
@@ -1,6 +1,11 @@
+inherit_gem:
+ rubocop-shopify: rubocop.yml
+
inherit_from:
- - https://shopify.github.io/ruby-style-guide/rubocop.yml
- .rubocop_todo.yml
AllCops:
- TargetRubyVersion: 2.3
+ SuggestExtensions: false
+ TargetRubyVersion: 2.7
+ Exclude:
+ - vendor/**/*