relnotes/v1.65.0.md
Style/ArgumentsForwarding when arguments forwarding in yield. (@koic)Layout/SpaceAroundOperators when using multiple spaces between an operator and a tailing comment. (@koic)Lint/ToEnumArguments when enumerator is created for another method. (@koic)Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses is set and parenthesized method call is used before constant resolution. (@koic)Style/RedundantBegin when endless method definition with rescue. (@koic)Style/RedundantRegexpCharacterClass when using regexp_parser gem 2.3.1 or older. (@koic)Style/SuperArguments when the hash argument is or-assigned. (@koic)Style/SymbolProc when using lambda -> with one argument and multiline do...end block. (@koic)inherit_gem config when the Gemfile contains an uninstalled git gem. (@earlopain)inherit_gem config when running RuboCop without bundler and no Gemfile exists. (@earlopain)Lint/UnmodifiedReduceAccumulator when the block is empty. (@earlopain)Lint/Void when void expression with guard clause is not on last line. (@koic)Lint/Void when using parenthesized void operators. (@koic)Style/ZeroLengthPredicate when using safe navigation operator. (@koic)Lint/NestedMethodDefinition when definition of method on variable. (@koic)Style/HashExcept when using reject and calling include? method with bang. (@koic)Style/SendWithLiteralMethodName using send with writer method name. (@koic)Style/SuperArguments when calling super in a block. (@koic)CountModifierForms option to Metrics/BlockNesting and set it to false by default. (@koic)bundle update. (@koic)Style/MapCompactWithConditionalBlock aware of filter_map. (@koic)Lint/ImplicitStringConcatenation. (@koic)