relnotes/v1.24.1.md
Style/MapToHash with multiline code. (@tejasbubane)Gemspec/RequireMFA when .gemspec file contains metadata keys assignments. (@fatkodima)Lint/ParenthesesAsGroupedExpression and an incorrect autocorrect for the cop with Style/TernaryParentheses when using ternary expression as a first argument. (@koic)Style/MethodCallWithArgsParentheses when using hash value omission. (@koic)Naming/BlockForwarding using explicit block forwarding without method definition parentheses. (@koic)Style/MethodDefParentheses aware of Ruby 3.1's anonymous block forwarding. (@koic)Style/FileWrite when using heredoc argument. (@koic)Style/CombinableLoop when the same method with different arguments and safe navigation. (@koic)