relnotes/v1.25.0.md
EnforcedShorthandSyntax: either option for Style/HashSyntax. (@koic)EnforcedStyle: explicit of Naming/BlockForwarding. (@koic)Style/CollectionCompact when without receiver for bad methods. (@koic):ambiguous_regexp to detect ambiguous Regexp in Ruby 3. (@danieldiekmeier, @joergschiller)Style/TernaryParentheses when using in keyword pattern matching as a ternary condition. (@koic)Style/MethodCallWithArgsParentheses when using hash value omission. (@koic)Style/HashSyntax when omitting the value. (@berkos)Naming/BlockForwarding when using multiple proc arguments. (@koic)Lint/IncompatibleIoSelectWithFiberScheduler when using IO.select with the first argument only. (@koic)