New
RuboCop v1.84.1
Bug fixes
- #14803: Fix an error for
Layout/IndentationWidthcop. (@viralpraxis) - #14806: Fix an error in
Style/NegativeArrayIndexwhen usingselfas array with implicitselfreceiver. (@koic)
Unclaimed project
Are you a maintainer of rubocop? Claim this project to take control of your public changelog and roadmap.
Changelog
A Ruby static code analyzer and formatter, based on the community Ruby style guide.
Last updated 20 days ago
Layout/IndentationWidth cop. (@viralpraxis)Style/NegativeArrayIndex when using self as array with implicit self receiver. (@koic)Style/GuardClause when using heredoc as an argument of method call in raise in else branch. (@koic)Style/IfUnlessModifier when multiple if/unless statements share the same line in arrays, method arguments, or hash values. (@ydakuka)Layout/FirstArgumentIndentation and Layout/LineLength when correcting method chains. (@ydakuka)Layout/MultilineMethodCallIndentation to properly handle method chains inside hash pair values. (@ydakuka)