rubocop.yml in rubocop-shopify-1.0.5 vs rubocop.yml in rubocop-shopify-1.0.6

- old
+ new

@@ -193,10 +193,11 @@ make sure we're ready. EnforcedStyle: always SupportedStyles: - always - never + SafeAutoCorrect: true Style/GlobalVars: AllowedVariables: [] Style/HashSyntax: @@ -262,10 +263,10 @@ - require_dependency - yield - raise - puts Exclude: - - Gemfile + - '**/Gemfile' Style/MethodDefParentheses: EnforcedStyle: require_parentheses SupportedStyles: - require_parentheses