relnotes/v0.32.0.md
TrailingComma cop to account for multi-line hashes nested within method calls. (@panthomakos)SpaceInsideStringInterpolation checks for spaces within string interpolations. (@glasnt)NestedMethodDefinition checks for method definitions inside other methods. (@ojab)LiteralInInterpolation cop does auto-correction. (@tmr08c)Lint/UnneededDisable checks for rubocop:disable comments that can be removed. (@jonas054)EmptyElse cop does auto-correction. (@lumeet)Debugger cop now checks for the Capybara debug method save_screenshot. (@crazydog115)CaseIndentation cop does auto-correction. (@lumeet)SpaceInsideBlockBraces to SpaceBeforeSemicolon and SpaceAfterSemicolon to avoid an infinite loop when auto-correcting. (@lumeet)ParallelAssignment cop from Performance to Style. (@rrosenblum)getlocal to acceptable methods of Rails/TimeZone. (@ojab)ClassLength and ModuleLength to match that of MethodLength. (@bquorning)CountKeywordArgs: false for ParameterLists. (@sumeet)BracesAroundHashParameters. (@jonas054)Performance/Count when select is called with symbols or strings as the parameters. (@rrosenblum)Sample rewritten to properly handle shuffle randomness source, first/last params and non-literal ranges. (@chastell)ParallelAssignment to properly autocorrect when the assignment is protected by a modifier statement. (@rrosenblum)ParallelAssignment to work with non-standard IndentationWidths. (@rrosenblum)BracesAroundHashParameters. (@jonas054)IfUnlessModifier (and don't auto-correct them). (@jonas054), (fix for jruby and rbx). (@rrosenblum)return from lambda block in NonLocalExitFromIterator. (@ypresto)Style/Documentation. (@RGBD)for without body in Style/Next. (@bbatsov)Style/AlignHash when correcting a hash with a splat in it. (@rrosenblum)Symbol#to_proc blocks in Performance/Size. (@m1foley)