relnotes/v1.73.2.md
Style/InverseMethods when using any? or none? with safe navigation operator. (@koic)Style/RedundantCondition when a variable or a constant is used. (@koic)Style/RedundantFreeze when calling methods that produce frozen objects with numblocks. (@earlopain)end pattern with unmatched parenthesis: / (RegexpError) on Ruby 3.2.0. (@dvandersluis)Style/KeywordParametersOrder when the arguments are on multiple lines and contain comments. (@earlopain)Lint/EmptyConditionalBody to be safe. (@dvandersluis)