relnotes/v1.50.0.md
Lint/DuplicateMatchPattern cop. (@koic)Layout/ClassStructure aware of singleton class. (@koic)Lint/RedundantStringCoercion aware of print method arguments. (@koic)Metrics/ClassLength aware of singleton class. (@koic)Style/TrailingBodyOnClass aware of singleton class. (@koic)Style/RedundantLineContinuation when line continuations for string. (@koic)Style/RedundantLineContinuation when using && and || with a multiline condition. (@ydah)Style/MultilineMethodSignature when line break after def keyword. (@koic)Style/ClassEqualityComparison when comparing a variable or return value for equality. (@koic)Style/RedundantLineContinuation when using line concatenation and calling a method without parentheses. (@koic)