.rubocop.yml in cli-ui-1.4.0 vs .rubocop.yml in cli-ui-1.5.0
- old
+ new
@@ -1,7 +1,7 @@
-inherit_from:
- - http://shopify.github.io/ruby-style-guide/rubocop.yml
+inherit_gem:
+ rubocop-shopify: rubocop-cli.yml
AllCops:
Exclude:
- vendor/**/*
TargetRubyVersion: 2.5
@@ -34,5 +34,8 @@
Enabled: false
# we prefer rescue to align with the beginning of the line containing begin, not begin itself
Layout/RescueEnsureAlignment:
Enabled: false
+
+Style/StringLiterals:
+ EnforcedStyle: single_quotes