relnotes/v0.20.1.md
RuboCop 0.20.1 is a bugfix-only release. Below is a list of the bugs we've fixed since 0.20.0:
UselessAccessModifier not handling attr_* correctly. (@fshowalter)NegatedIf properly handles negated unless condition. (@bbatsov)NegatedWhile properly handles negated until condition. (@bbatsov)Syntax cop in output from --auto-gen-config. (@jonas054)SpaceAfterComma and other cops. (@jonas054)NilComparison. (@bbatsov)NonNilCheck. (@bbatsov)StringConversionInInterpolation. (@bbatsov)ClassMethods check only on class/module bodies. (@bbatsov)Blocks cop avoids auto-correction if it would introduce a semantic change. (@jonas054)NonNilCheck. (@bbatsov)