1.3.0
Added
- #261 Add new config
rails-locales
. (@r.dubrovsky)
Changed
-
(Breaking) Drop support for Ruby 2.4 and Ruby 2.5. (@r.dubrovsky)
-
#260 Update rubocop to
1.39
. (@r.dubrovsky)- Setup
Layout/CaseIndentation
rule. (@r.dubrovsky) - List of changes for versions:
- 1.11.0
- 1.12.0 and 1.12.1
- 1.13.0
- 1.14.0
- 1.15.0
- 1.16.0 and 1.16.1
- 1.17.0
- 1.18.0, 1.18.1, 1.18.2, 1.18.3 and 1.18.4
- 1.19.0 and 1.19.1
- 1.20.0
- 1.21.0
- 1.22.0, 1.22.1, 1.22.2 and 1.22.3
- 1.23.0
- 1.24.0 and 1.24.1
- 1.25.0 and 1.25.1
- 1.26.0 and 1.26.1
- 1.27.0
- 1.28.0 and 1.28.2 (no ideas where is 1.28.1 version)
- 1.29.0 and 1.29.1
- 1.30.0 and 1.30.1
- 1.31.0, 1.31.1 and 1.31.2
- 1.32.0
- 1.33.0
- 1.34.0 and 1.34.1
- 1.35.0 and 1.35.1
- 1.36.0
- 1.37.0 and 1.37.1
- 1.38.0
- 1.39.0
- Setup
-
#261 Update rubocop-rails to
2.17.3
. List of changes for versions: (@r.dubrovsky) -
#262 Update rubocop-rspec to
2.15
. List of changes for versions: (@r.dubrovsky) -
#32 Enable back
Style/FrozenStringLiteralComment
cop. (@r.dubrovsky) -
#176 Fix hash alignment via changing
Layout/HashAlignment
cop. (@r.dubrovsky) -
#263 Setup
EnforcedStyle
forLayout/LineEndStringConcatenationIndentation
cop. (@r.dubrovsky) -
#258 Setup
EnforcedStyle
forLayout/FirstArrayElementIndentation
cop. (@r.dubrovsky) -
#179 Setup
EnforcedStyleAlignWith
rule forLayout/BlockAlignment
cop. (@r.dubrovsky)
Fixed
- #196 Fix
Layout/ArrayAlignmentExtended
cop. (@r.dubrovsky) - #258 Fix conflict between
Layout/ArrayAlignmentExtended
andLayout/FirstArrayElementIndentation
cops. (@r.dubrovsky)