relnotes/v1.59.0.md
Lint/LiteralAssignmentInCondition when using interpolated string or xstring literals. (@koic)Lint/SelfAssignment when using attribute assignment with method call with arguments. (@koic)Style/HashEachMethods when receiver literal is not a hash literal. (@koic)Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses and parens in when clause is used to pass an argument. (@koic)Style/RedundantParentheses when using parenthesized lambda or proc with do...end block. (@koic)Style/CombinableLoops when looping over the same data as previous loop in do...end and {...} blocks. (@koic)Lint/LiteralAssignmentInCondition when using parallel assignment with splat operator in block of guard condition. (@koic)Style/HashEachMethods when using destructed block arguments. (@koic)Style/RedundantParentheses when a part of range is a parenthesized condition. (@koic)Style/MapToHash when using dot method calls for to_h. (@koic)Lint/HashCompareByIdentity aware of safe navigation operator. (@koic)Lint/NextWithoutAccumulator aware of safe navigation operator. (@koic)Lint/NumberConversion aware of safe navigation operator. (@koic)Lint/RedundantWithIndex aware of safe navigation operator. (@koic)Lint/RedundantWithObject aware of safe navigation operator. (@koic)Lint/UnmodifiedReduceAccumulator aware of safe navigation operator. (@koic)Style/ClassCheck aware of safe navigation operator. (@koic)Style/CollectionCompact aware of safe navigation operator. (@koic)Style/ConcatArrayLiterals aware of safe navigation operator. (@koic)Style/DateTime aware of safe navigation operator. (@koic)Style/EachWithObject aware of safe navigation operator. (@koic)Style/HashExcept aware of safe navigation operator. (@koic)Style/MapCompactWithConditionalBlock aware of safe navigation operator. (@koic)Style/Next aware of safe navigation operator. (@koic)Style/RedundantArgument aware of safe navigation operator. (@koic)Style/RedundantFetchBlock aware of safe navigation operator. (@koic)Layout/RedundantLineBreak aware of safe navigation operator. (@koic)Style/RedundantSortBy aware of safe navigation operator. (@koic)Style/RedundantSortBy aware of safe navigation operator. (@koic)Style/ExactRegexpMatch aware of safe navigation operator. (@koic)Style/Sample aware of safe navigation operator. (@koic)Style/SelectByRegexp cops aware of safe navigation operator. (@koic)Layout/SingleLineBlockChain aware of safe navigation operator. (@koic)Style/StringChars aware of safe navigation operator. (@koic)Style/Strip aware of safe navigation operator. (@koic)Style/UnpackFirst aware of safe navigation operator. (@koic)