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 4 days ago
Style/TrailingCommaInArguments when EnforcedStyleForMultiline is consistent_comma and keyword arguments use a trailing comma. (@koic)Layout/RedundantLineBreak when Layout/LineLength is disabled. (@ydakuka)Layout/LineLength is disabled. (@floriandejonckheere)Layout/MultilineMethodCallIndentation when multiline method chain with block has expected indent width and the method is preceded by splat or double splat. (@koic)Layout/IndentationWidth for multiline method chain blocks. (@rscq)Lint/UselessAssignment when a variable is assigned in loop body and used in loop condition. (@ydakuka)