| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-02 | 2.2 kB | |
| RuboCop v1.84.1 source code.tar.gz | 2026-02-02 | 2.8 MB | |
| RuboCop v1.84.1 source code.zip | 2026-02-02 | 3.8 MB | |
| Totals: 3 Items | 6.7 MB | 0 | |
Bug fixes
- #14803: Fix an error for
Layout/IndentationWidthcop. (@viralpraxis) - #14806: Fix an error in
Style/NegativeArrayIndexwhen usingselfas array with implicitselfreceiver. (@koic) - #14813: Fix opt-in cop comments taking precedence over configuration file exclude patterns. (@afrase)
- #14819: Fix incorrect autocorrect for
Style/GuardClausewhen using heredoc as an argument of method call in raise inelsebranch. (@koic) - #14805: Bring back the original indentation from before version 1.84.0. (@Magikdidi24)
- #12754: Fix an infinite loop for
Style/IfUnlessModifierwhen multipleif/unlessstatements share the same line in arrays, method arguments, or hash values. (@ydakuka) - #14817: Fix an infinite loop between
Layout/FirstArgumentIndentationandLayout/LineLengthwhen correcting method chains. (@ydakuka) - #11513: Fix
Layout/MultilineMethodCallIndentationto properly handle method chains inside hash pair values. (@ydakuka) - #14814: Fix push/pop directives to properly handle nested scopes and state restoration. (@Magikdidi24)