relnotes/v0.34.2.md
Lint/FormatParameterMismatch for argument with splat operator. (@dreyks)Lint/FormatParameterMismatch to be called using Kernel.format and Kernel.sprintf. (@rrosenblum)Lint/FormatParameterMismatch when the format string is a variable. (@rrosenblum)Lint/UnneededDisable should not report non-Lint rubocop:disable comments when running rubocop --lint. (@jonas054)Style/ExtraSpacing to avoid correction conflict. (@jonas054)Performance/CaseWhenSplat for percent arrays (%w, %W, %i, and %I). (@rrosenblum)Style/CommentAnnotation if they don't start a comment. (@jonas054)Style/RescueEnsureAlignment will register an offense for rescue and ensure on the same line. (@rrosenblum)Style/SymbolProc. (@bbatsov)Exclude in .rubocop_todo.yml work when running from a subdirectory. (@jonas054)