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.
49 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Improve `Style/DisableCopsWithinSourceCodeDirective` performance with memoized Set lookups
- [Fix #9570] Fix false negatives in `Layout/ClassStructure`
- [Fix #14598] Prevent disabling `Style/DisableCopsWithinSourceCodeDirective` via directive comments
- Cop for all imminent deprecates, obsoletes and discourages
- Add new Lint/NameTypo cop
- Automating `EnforcedHashRocketStyle` and `EnforcedColonStyle`.
- Layout/LineLength needs nuance
- [Fix #15261] Mention required parentheses in Style/IfUnlessModifier message
- Allow Useless Numeric Operation if symmetrical
- Fix an incorrect autocorrect for `Naming/BinaryOperatorParameterName`
- Docs
- RuboCop::Cop::Style::EmptyStringInsideInterpolation#on_interpolation
- RuboCop::Cop::Style::MapToHash#destructuring_argument
- RuboCop::Cop::Lint::FloatComparison#on_case
- RuboCop::Cop::Style::RedundantArrayFlatten#on_csend
- RuboCop::Cop::Style::RedundantArrayFlatten#on_send
- RuboCop::Cop::Style::RedundantArrayFlatten#flatten_join?
- RuboCop::Cop::AutocorrectLogic#eol_comment
- RuboCop::Cop::AutocorrectLogic#line_with_eol_comment_too_long?
- RuboCop::Cop::AutocorrectLogic#eol_comment_would_be_inside_literal?
- RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier#next_line_empty_and_exists?