rubocop
https://github.com/rubocop-hq/rubocop
Ruby
A Ruby static code analyzer and formatter, 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.
50 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #14647] Add `allow_exact_single_line` option to `Style/NumberedParameters` and `Style/ItBlockParameter`
- [Fix #12754] Fix infinite loop in Style/IfUnlessModifier with Layout cops
- [Fix #7501] Allow `Lint/RescueException` when re-raising an exception
- Indicate that a Cop is impure (depends on runtime information)
- Provide a way to prevent cops from being disabled
- Supply Chain Security for RuboCop 🔒
- 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
- Docs
- RuboCop::Cop::Layout::BlockAlignment#inside_parentheses?
- RuboCop::Cop::Layout::IndentationWidth#on_begin
- RuboCop::Cop::Layout::IndentationWidth#opening_line_start
- RuboCop::Cop::Lint::UnescapedBracketInRegexp#empty_character_set?
- RuboCop::Cop::Lint::UnescapedBracketInRegexp#detect_offenses_in_tree
- RuboCop::Cop::Metrics::PerceivedComplexity#simple_in_pattern?
- RuboCop::Cop::Lint::ToEnumArguments#keyword_hash_argument?
- RuboCop::Formatter::DisabledConfigFormatter#exclude_limit_option
- RuboCop::Cop::Base#matches_absolute_include_pattern?
- RuboCop::Cop::Style::Semicolon#heredoc_opened_before_semicolon?