relnotes/v1.69.1.md
Style/DigChain when using safe navigation method chain with dig method. (@koic)Style/ParallelAssignment when using the anonymous splat operator. (@earlopain)Lint/UnreachableCode. (@isuckatcs)Style/HashExcept cop when using reject/!include?, reject/!in? or select/!exclude? combinations. (@lovro-bikic)Lint/UnescapedBracketInRegexp cop failure with invalid regular expression. (@viralpraxis)Style::AccessModifierDeclarations cop failure in case of if node without else. (@viralpraxis)Style/RedundantArgument cop failure while inspecting string literal with invalid encoding. (@viralpraxis)Style/RedundantParentheses cop failure in case of splatted case node without condition. (@viralpraxis)Style/RedundantSelf cop failure with kwnilarg argument node. (@viralpraxis)Style/StringConcatenation cop failure when there are mixed implicit and explicit concatenations. (@viralpraxis)Lint/UnescapedBracketInRegexp when using regexp_parser 2.9.2 and earlier. (@dvandersluis)Style/BlockDelimiters to not change braces when they are required for syntax. (@dvandersluis)Style/LambdaCall to be aware of safe navigation. (@dvandersluis)