relnotes/v1.21.0.md
Lint/AmbiguousOperatorPrecedence cop. (@dvandersluis)Lint/IncompatibleIoSelectWithFiberScheduler cop. (@koic)Lint/NumberConversion when using nested number conversion methods. (@koic)Layout/SpaceAroundOperators when match operators between << and +=. (@koic)Style/RedundantSort when using size method in the block. (@koic)Layout/SingleLineBlockChain when method call chained on a new line after a single line block with trailing dot. (@koic)Style/ExplicitBlockArgument corrector assuming any existing block argument was named block. (@byroot)Style/MutableConstant when using non-interpolated heredoc in Ruby 3.0. (@koic)Style/AsciiComments by default. (@dvandersluis)Style/Documentation to be more clear about what class/module needs documentation. (@dvandersluis)Naming/InclusiveLanguage to be disabled by default. (@dvandersluis)Style/AndOr as unsafe auto-correction. (@koic)