relnotes/v1.75.4.md
Lint/BooleanSymbol when using the rocket hash syntax with a boolean symbol key. (@koic)Style/ComparableBetween when comparing the value with itself. (@earlopain)Style/SafeNavigation when the RHS of && is a complex || expression composed of && conditions. (@koic)Style/ArgumentsForwarding when using default positional arg, keyword arg, and block arg in Ruby 3.1. (@koic)Style/RedundantParentheses when parens around basic conditional as the second argument of a parenthesized method call. (@koic)Style/RedundantParentheses when parens around unparenthesized method call as the second argument of a parenthesized method call. (@koic)Lint/LiteralAsCondition autocorrect when a literal is the condition of an elsif followed by an else. (@zopolis4)Style/TrailingCommaInArguments cop aware of trailing commas in [] method call. (@viralpraxis)Style/ClassAndModuleChildren cop error on tab-intended compactable modules. (@viralpraxis)Lint/CircularArgumentReference on Ruby 3.4. (@earlopain)