relnotes/v1.25.1.md
Style/HashSyntax when using hash value omission. (@koic)Style/RedundantBegin when assigning nested begin blocks. (@koic)Style/MethodCallWithArgsParentheses when setting EnforcedStyle: omit_parentheses and using hash value omission with modifier from. (@koic)Layout/RescueEnsureAlignment when using .() call with block. (@koic)Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. (@koic)Style/HashSyntax when Hash[foo: foo] or {foo: foo} is followed by a next expression. (@koic)Style/SwapValues when assigning receiver object at def. (@koic)Layout/EmptyLinesAroundExceptionHandlingKeywords when rescue and end are on the same line. (@koic)