relnotes/v0.54.0.md
Rails/HttpStatus cop. (@anthony-robin)Style/UnpackFirst cop. (@bdewater)Naming/UncommunicativeXParamName cops. (@jlfaber)Layout/ElseAlignment for rescue/else/ensure inside do/end blocks. (@YukiJikumaru)Style/Documentation :nodoc: for compact-style nested modules/classes. (@ojab)Bundler/OrderedGems when a group includes duplicate gems. (@colorbox)--fail-fast. (@mmyoji)Style/FormatStringToken when using placeholder arguments in format method. (@koic)Style/InverseMethods when comparing constants with <, >, <=, or >=. If the code is being used to determine class hierarchy, the correction might not be accurate. (@rrosenblum)Style/TrivialAccessors auto-correction for def with private. (@pocke)Style/SafeNavigation does not auto-correct all chained methods resulting in a Lint/SafeNavigationChain offense. (@rrosenblum)UncommunicativeName cops. (@pocke)Layout/EmptyComment when the empty comment appears on the same line as code. (@rrosenblum)Style/EmptyLineAfterGuardClause when guard clause is before rescue or ensure. (@koic)Style/EmptyLineAfterGuardClause when guard clause is before else. (@koic)Naming/ConstantName when using conditional assignment. (@drenmi)Naming/UncommunicativeMethodParamName add to to allowed names in default config. (@unused)--debug. (@jonas054)Layout/SpaceInsideArrayLiteralBrackets when contains an array literal as an argument after a heredoc is started. (@koic)gems.locked or Gemfile.lock to determine the best TargetRubyVersion when it is not specified in the config. (@roberts1000)Style/InlineComment for inline comments which enable or disable rubocop cops. (@jfelchner)IndentHeredoc message for Ruby 2.3 when using <<~ operator with invalid indentation. (@hamada14)