relnotes/v1.39.0.md
Layout/LineContinuationLeadingSpace. (@FnControlOption)Style/RedundantRegexpEscape to catch unnecessarily escaped hyphens within a character class. (@si-lens)Style/ClassEqualityComparison when using instance variable comparison in module. (@koic)Lint/DuplicateMethods when using duplicate nested method. (@koic)--server --format json. (@koic)Style/OperatorMethodCall autocorrection when operators are chained. (@gsamokovarov)Style/HashEachMethods when using each with a symbol proc argument. (@ydah)Style/HashAsLastArrayItem when using double splat operator. (@koic)Lint/SuppressedException. (@akihikodaki)Style/StringLiterals when using multiple escape characters. (@si-lens)Style/RedundantEach when any method is used between methods containing each in the method name. (@koic)Style/ObjectThen cop with TargetRubyVersion < 2.6. (@epaew)Style/CollectionCompact when using reject with block pass arg and no parentheses. (@koic)Style/RedundantEach when using a symbol proc argument. (@ydah)Style/RedundantEach for non-chained each_ calls. (@fatkodima)Layout/SpaceInsidePercentLiteralDelimiters. (@r7kamura)Style/HashExcept as unsafe. (@r7kamura)if to allowed names list for MethodParameterName. (@okuramasafumi)