Releases: Shopify/ruby-style-guide
Releases · Shopify/ruby-style-guide
2.0.0
- Breaking change: Enforce double quotes for String literals (#238).
- Enable Layout/ArgumentAlignment cop (#233).
- Allow RuboCop CLI config to inherit from the RuboCop Shopify gem (#244).
- Target Ruby 3.0 (b458282).
- Require RuboCop 1.11 or newer.
1.0.6
- Support RuboCop 0.92.
- Mark Style/FrozenStringLiteralComment as safe to autocorrect (#199).
- Ignore nested Gemfiles on Style/MethodCallWithArgsParentheses (#180).
1.0.3
- Use RuboCop 0.85 (#163)
- Enable
Lint/DeprecatedOpenSSLConstant
cop (#164)
- Fix
Layout/HeredocIndentation
cop setting (#165)
- Enable
AllowOnConstant
on Style/CaseEquality
cop (#151)
1.0.2
Compatibility with RuboCop 0.82.
v1.0.1
- Rubocop v0.81.0 compatibility (#146)