Releases: googleapis/ruby-style
Releases · googleapis/ruby-style
Release ruby-style 1.25.1
- Add rubocop 1.9 cops and disable a few others
- Fix crash on extension checking, and eliminate new cop warning
Release ruby-style 1.25.0
- pin rubocop version to 1.x, set min ruby to 2.5, enable new cops
Release google-style 1.24.0
- Set required ruby version to 2.4
- Set rubocop dependency to ~> 0.74.0
Release google-style 0.3.0
- Enforce expanded for Style/EmptyMethod
- Allow parentheses in chaining for Style/MethodCallWithArgsParentheses
- Enforce brackets for Style/WordArray and Style/SymbolArray
Release ruby-style 1.24.0
- Set required ruby version to 2.4
- Set rubocop dependency to ~> 0.74.0
Release google-style 0.2.0
- Set TargetRubyVersion to 2.3
- Disable Style/FrozenStringLiteralComment
- Enable Metrics/ClassLength
Release google-style 0.1.0
- Initial release