relnotes/v1.63.0.md
Style/MapIntoArray cop. (@ymap)requires_gem API for declaring which gems a Cop needs. (@amomchilov)Lint/RedundantWithIndex when calling with_index with receiver and a block. (@koic)Style/Alias with EnforcedStyle: prefer_alias when calling alias_method with fewer than 2 arguments. (@earlopain)Style/ExactRegexpMatch when calling match without a receiver. (@earlopain)Style/RedundantEach when using reverse_each.each without a block. (@earlopain)&. the same way as . for setter methods in Lint/AssignmentInCondition. (@jonas054)Style/RedundantLineContinuation when using line continuation with modifier. (@koic)Naming/BlockForwarding when using explicit block forwarding in block method and others. (@koic)Style/EvalWithLocation when using eval with a line number from a method call or a variable. (@koic)Style/RedundantArgument when single-quoted strings for cntrl character. (@koic)Style/RedundantLineContinuation when using line continuations with && or || operator in assignment. (@koic)Style/RedundantLineContinuation when multi-line continuations with operators. (@koic)Style/CollectionCompact when using delete_if. (@koic)Style/RedundantPercentQ safe on multiline strings. (@boardfish)Naming/FileName and Naming/InclusiveLanguage for empty files. (@earlopain)Style/Copyright when the file is empty. (@earlopain)Lint/Debugger. (@ydah)Rakefile.rb in Naming/FileName in the default config. (@artur-intech)Lint/Debugger aware of ruby/debug requires. (@earlopain)rubocop -V display rubocop-rspec_rails version when using it. (@ydah)Bundler::LockfileParser. (@amomchilov)