relnotes/v1.80.2.md
Style/SafeNavigation when using ternary expression with index access call with method chain. (@koic)Style/RedundantParentheses with unary operators and yield, super, or defined?. (@earlopain)Style/RedundantParentheses with method calls taking argument without parentheses like return (x y) if z. (@earlopain)Style/StringConcatenation when a double-quoted string contains escaped quotes and interpolation. (@earlopain)Style/StringConcatenation when a single-quoted string contains interpolation like '#{foo}'. (@earlopain)