relnotes/v1.49.0.md
Style/RedundantLineContinuation cop. (@ydah)Style/DataInheritance cop. (@ktopolski)Layout/EndAlignment aware of pattern matching. (@koic)Metrics/BlockNesting aware of numbered parameter. (@koic)Style/ClassEqualityComparison aware of Class#to_s and Class#inspect for class equality comparison. (@koic)Style/MapToHash and Style/MapToSet aware of numbered parameters. (@koic)Style/MapToHash and Style/MapToSet aware of symbol proc. (@koic)Naming/InclusiveLanguage support autocorrection when there is only one suggestion. (@koic)Layout/HashAlignment when using anonymous keyword rest arguments. (@koic)Lint/UselessMethodDefinition when method definition with non access modifier containing only super call. (@koic)Style/IfUnlessModifier when using one-line pattern matching as a if condition. (@koic)Lint/EmptyConditionalBody. (@gsamokovarov)Layout/ExtraSpacing when there are many comments with extra spaces. (@nobuyo)Lint/NestedMethodDefinition when nested definition inside *_eval and *_exec method call with a numblock. (@ydah)Layout/LineLength cop. (@nobuyo)--disable-uncorrectable option and there is a multi-line percent array violates Layout/LineLength. (@nobuyo)Lint/Syntax behavior when --only is not given the cop name. (@koic)Style/MethodCallWithArgsParentheses. (@gsamokovarov)