relnotes/v1.73.1.md
Lint/MixedCaseRange when /[[ ]]/ is used. (@koic)Lint/EmptyConditionalBody when assigning to a variable with only a single branch. (@earlopain)Style/RedundantCondition when using when true is used as the true branch and the condition is not a predicate method. (@koic)Layout/ClosingParenthesisIndentation when first parameter is a hash. (@tejasbubane)Style/CommentedKeyword. (@dak2)Lint/LiteralAsCondition acting on the right hand side of && nodes. (@zopolis4)