relnotes/v0.62.0.md
Rails/LinkToBlank checks for link_to calls with target: '_blank' and no rel: 'noopener'. (@Intrepidd)--exclude-limit in combination with --auto-gen-only-exclude. (@jonas054)in_time_zone instead of deprecated to_time_in_current_zone. (@nadiyaka)--auto-gen-config when Metrics/LineLength cop is disabled. (@tom-lord)Style/TrailingCommaInHashLiteral/Style/TrailingCommaInArrayLiteral when there is a comment in the last line. (@bayandin)Layout/EmptyLinesAroundAccessModifier when at the end of specifying a superclass is missing blank line. (@koic)Layout/TrailingCommaInArguments when a line break before a method call and EnforcedStyleForMultiline is set to consistent_comma. (@koic)Layout/AccessModifierIndentation work for dynamic module or class definitions. (@deivid-rodriguez)Style/MethodCallWithArgsParentheses omit_parentheses enforced style after safe navigation call. (@gsamokovarov)Style/MethodCallWithArgsParentheses omit_parentheses enforced style while splatting the result of a method invocation. (@gsamokovarov)Style/MethodCallWithArgsParentheses omit_parentheses enforced style for calls with regexp slash literals argument. (@gsamokovarov)Style/MethodCallWithArgsParentheses omit_parentheses enforced style for default argument value calls. (@gsamokovarov)Style/MethodCallWithArgsParentheses omit_parentheses enforced style for argument calls with braced blocks. (@gsamokovarov)Rails/OutputSafety when the receiver is a non-interpolated string literal. (@amatsuda)Style/AccessModifierIndentation not handling arbitrary blocks. (@deivid-rodriguez)extend self into module_function when there are private methods. (@Ruffeng)git. (@AlexWayfer)