relnotes/v0.64.0.md
Rails/ReflectionClassName cop. (@Bhacaz)AllowParenthesesInCamelCaseMethod option on Style/MethodCallWithArgsParentheses omit_parentheses. (@dazuma)Layout/RescueEnsureAlignment for non-local assignments. (@marcotc)Style/EmptyLiteral when Hash.new is passed as the first argument to super. (@rrosenblum)Layout/ClosingParenthesisIndentation when first argument is multiline. (@antonzaytsev)Rails/Validation auto-correction. (@r7kamura)Style/UnneededCondition when conditional has the unless form. (@mvz)Layout/IndentationWidth with Layout/EndAlignment set to start_of_line. (@dischorde, @siegfault, @mhelmetag)Naming/MemoizedInstanceVariableName on method starts with underscore. (@pocke)Style/OneLineConditional when then branch has no body. (@koic)TrailingComma regression where heredoc with commas caused false positives. (@abrom)Rails/LinkToBlank when link_to method arguments are enclosed in parentheses. (@koic):native line ending for Layout/EndOfLine on JRuby. (@enkessler)Style/LineEndConcatenation is now known to be unsafe for auto-correct. (@jaredbeck)Style/SymbolProc as unsafe for auto-correct. (@drenmi)Style/CommentedKeyword allow the :yields: RDoc comment. (@bquorning)