relnotes/v1.62.1.md
Style/HashEachMethods when the key block argument of Enumerable#each method is unused after chunk. (@koic)Style/NilComparison without receiver and EnforcedStyle: comparison. (@earlopain)Gemspec/RequiredRubyVersion when the file is empty. (@earlopain)Lint/RedundantWithIndex when the method has no receiver. (@earlopain)Lint/UselessTimes when no block is present. (@earlopain)Style/ClassVars when calling class_variable_set without arguments. (@earlopain)Style/For with EnforcedStyle: for when no receiver. (@earlopain)Layout/MultilineMethodCallIndentation with safe navigation and assignment method. (@earlopain)Lint/MixedCaseRange with invalid byte sequence in UTF-8. (@earlopain)RedundantCurrentDirectoryInPath in case of require_relative without arguments. (@viralpraxis)Layout/EmptyLineAfterMagicComment when the file is comments only. (@earlopain)Layout/RedundantLineBreak when using && or || after a backslash newline. (@koic)Style/MultilineMethodSignature when there is a newline directly after the def keyword. (@earlopain)Style/RaiseArgs with EnforcedStyle: compact when passing more than 2 arguments to raise. (@earlopain)Lint/Syntax getting disabled by rubocop:disable Lint/Syntax. (@earlopain)LineLength phase on --auto-gen-only-exclude. (@sambostock)