rubocop
https://github.com/bbatsov/rubocop
Ruby
A Ruby static code analyzer, based on the community Ruby style guide.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
126 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #13794] Fix Layout/LineLength autocorrection for endless methods with blocks
- [Fix #13755] Let auto_gen_config run in parallel
- [Fix Rubocop#5933]: add a configuration option to allow file level rubocop:disables
- [Fix #8402] Add new `Style/EachWith` cop
- Allow interpolation for Lint/SymbolConversion
- [Fix #14042] Add `Style/RedundantElse` cop
- Naming/PredicateMethod: more detailed introspection of the method body
- [Fix #10120] Add new `Style/EscapedQuotes` cop to avoid escaping quotation marks within a string
- Supply Chain Security - Release workflow
- New cop to detect condition branches made redundant by an early exit
- Docs
- RuboCop::Cop::Style::RedundantMinMaxBy#redundant_minmax_by_numblock
- RuboCop::Cop::Style::RedundantMinMaxBy#redundant_minmax_by_block
- RuboCop::Cop::Style::RedundantMinMaxBy#on_itblock
- RuboCop::Cop::Style::RedundantMinMaxBy#on_numblock
- RuboCop::Cop::Style::RedundantMinMaxBy#on_block
- RuboCop::Cop::Lint::NextWithoutAccumulator#on_itblock
- RuboCop::Cop::Lint::RedundantSafeNavigation#respond_to_nil_method?
- RuboCop::Cop::InternalAffairs::ItblockHandler#itblock_handler?
- RuboCop::Cop::InternalAffairs::ItblockHandler#block_handler?
- RuboCop::Cop::InternalAffairs::ItblockHandler#on_def