Skip to content

RuboCop 1.63.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 10 Apr 12:46
· 45 commits to master since this release

Bug fixes

  • #12828: Fix a false positive for Lint/AssignmentInCondition if assigning inside a method call. (@earlopain)
  • #12823: Fixed "uninitialized constant RuboCop::Lockfile::Bundler", caused when running RuboCop without bundler exec on codebases that use rubocop-rails. (@amomchilov)