Download Latest Version RuboCop v1.82.1 source code.tar.gz (2.8 MB)
Email in envelope

Get an email when there's a new version of RuboCop

Home / v1.82.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-24 1.5 kB
RuboCop v1.82.1 source code.tar.gz 2025-12-24 2.8 MB
RuboCop v1.82.1 source code.zip 2025-12-24 3.8 MB
Totals: 3 Items   6.6 MB 2

Bug fixes

  • #14736: Fix an error for Style/TrailingCommaInArguments when EnforcedStyleForMultiline is consistent_comma and keyword arguments use a trailing comma. (@koic)
  • #14737: Fix crash in Layout/RedundantLineBreak when Layout/LineLength is disabled. (@ydakuka)
  • #14719: Fix crash on long lines when Layout/LineLength is disabled. (@floriandejonckheere)
  • #14743: Fix false positives for Layout/MultilineMethodCallIndentation when multiline method chain with block has expected indent width and the method is preceded by splat or double splat. (@koic)
  • #12297: Fix false negative in Layout/IndentationWidth for multiline method chain blocks. (@rscq)
  • #14730: Fix the cache implementation to use consistent cache keys across workers. (@byroot)
  • #14559: Fix false positives for Lint/UselessAssignment when a variable is assigned in loop body and used in loop condition. (@ydakuka)
Source: README.md, updated 2025-12-24