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.
130 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [FIX 14011] Improve Github render speed reliability for `CHANGELOG` files
- [Fix #12360] Add new `Naming/PredicateMethod` cop to check that predicate methods end with `?` and non-predicate methods do not
- Per-page cop documentation
- Disable `Lint/ShadowingOuterLocalVariable` by default
- Fix `Style/IdenticalConditionalBranches` cop failure in case of `if` node with implicit `then`
- [Fix #13121] Add new `Style/EmptyStringInsideInterpolation` cop.
- Introduce `InternalAffairs/MissingExpectCorrection`
- Make `Style/RedundantParentheses` allow parentheses in assignment
- add cop for standardizing json serialization to to_json
- If ~/.rubocop.yml contains a Rails (or Performance) cop, loading excludes causes "`Rails` cops have been extracted" error
- Docs
- RuboCop::Cop::Style::ConditionalCorrectorHelper#same_line?
- RuboCop::MagicComment::SimpleComment#new_frozen_string_literal
- RuboCop::MagicComment::EmacsComment#new_frozen_string_literal
- RuboCop::Cop::Style::RedundantCondition#wrap_arguments_with_parens
- RuboCop::Server::Cache.load_erb_templated_yaml
- RuboCop::Cop::Style::Next#allowed_consecutive_conditionals?
- RuboCop::Cop::Style::Next#consecutive_conditionals?
- RuboCop::Cop::Style::IpAddresses#potential_ip?
- RubyLsp::RuboCop::RuntimeAdapter#prism_result
- RuboCop::Cop::Style::ItBlockParameter#on_numblock