relnotes/v1.37.1.md
Style/AccessModifierDeclarations when using access modifier in a block. (@koic)Style/OperatorMethodCall when a constant receiver uses an operator method. (@koic)Style/CollectionCompact when using reject method and receiver is a variable. (@koic)Style/OperatorMethodCall when using obj.!. (@koic)SuggestExtensions: true. (@koic)Style/RedundantStringEscape when using character literals (e.g. ?a). (@ydah)Style/RedundantStringEscape cop when using ?\n string character literal. (@koic)