relnotes/v1.69.2.md
Style/MultipleComparison when a variable is compared multiple times after a method call. (@koic)Bundler/DuplicatedGem cop error in case of empty branch. (@viralpraxis)Lint/UnescapedBracketInRegexp cop failure with invalid multibyte escape. (@earlopain)Style/FileNull when using 'nul' string. (@koic)--disable-uncorrectable to not insert directives inside a string. (@dvandersluis)Layout/LineContinuationLeadingSpace and Style/StringLiterals autocorrects in the same pass. (@dvandersluis)Style/BlockDelimiters to always accept braces when an operator method argument is chained. (@dvandersluis)Style/RedundantLineContinuation false negatives when a redundant continuation follows a required continuation. (@dvandersluis)Style/IfWithSemicolon when using multi value assignment in if with a semicolon is used. (@koic)Layout/LineLength cop failure in case of YARD-comment-like string. (@viralpraxis)Lint/NonAtomicFileOperation cop error in case of implicit receiver. (@viralpraxis)Metrics/ClassLength cop error in case of chained assignments. (@viralpraxis)Naming/RescuedExceptionsVariableName cop error when exception is assigned with writer method. (@viralpraxis)Style/RedundantLineContinuation when a method definition is used as an argument for a method call. (@davidrunger)Style/ExactRegexpMatch cop error on invalid regular expression literal. (@viralpraxis)Style/FrozenStringLiteralComment false positive in case of non-downcased value literal. (@viralpraxis)Style/MethodCallWithoutArgsParentheses cop error in case of mass hash assignment. (@viralpraxis)Style/RedundantCondition cop failure in case of empty arguments. (@viralpraxis)Layout/ExtraSpacing and Layout/SpaceAroundOperators to handle preceding operators inside strings. (@dvandersluis)