relnotes/v1.38.0.md
Style/RedundantEach cop. (@koic)Style/GuardClause. (@FnControlOption)Lint/RedundantRequireStatement mark set as a redundant require in Ruby 3.2+. (@drenmi)--raise-cop-error. (@wildmaples)Layout/SpaceInsideHashLiteralBraces when using method argument that both key and value are hash literals. (@koic)Lint/EmptyConditionalBody. (@r7kamura)Style/BlockDelimiters when specifying EnforcedStyle: semantic and using a single line block with {} followed by a safe navigation method call. (@koic)Lint/RedundantRequireStatement when using redundant require with modifier form. (@koic)Layout/SpaceInsideReferenceBrackets. (@r7kamura)Style/ModuleFunction documentation to suggest class << self as an alternative. (@rdeckard)elsif for Style/IfWithBooleanLiteralBranches. (@koic)