relnotes/v1.81.6.md
Lint/SelfAssignment when using []= assignment with no arguments. (@koic)Style/ArrayIntersect when intersection(other).any? is called without a receiver. (@koic)Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. (@martinemde)Style/RedundantInterpolation when using a one-line => pattern matching. (@koic)Style/EndlessMethod when heredoc is used in method body. (@koic)Style/EndlessMethod when the endless method would exceed the maximum line length. (@koic)Lint/EmptyInterpolation when interpolation is inside a %W literal. (@dvandersluis)Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. (@dvandersluis)Style/RedundantFormat handling control characters like \n. (@dvandersluis)Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. (@koic)Security/JSONLoad when create_additions is explicitly specified. (@earlopain)Lint::ConstantOverwrittenInRescue cop to detect offenses within fully qualified constants. (@viralpraxis)Lint/ConstantOverwrittenInRescue cop to detect offenses within nested constants. (@viralpraxis)Lint/ConstantOverwrittenInRescue to detect any constant assignment. (@viralpraxis)Style/LambdaCall autocorrection contextual. (@koic)