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 a false negative for `Style/DefWithParentheses` with single-line defs using a semicolon
- Layout/MultilineMethodCallIndentation: false positive & broken autocorrect for a multi-line chained argument inside a hash pair value
- Fix a false positive for `Layout/CommentIndentation` with inline access modifiers
- Fix a false positive for `Gemspec/DuplicatedAssignment` with multiple specifications
- Fix an incorrect autocorrect for `Naming/BinaryOperatorParameterName`
- Fix incorrect autocorrects for `Style/ItBlockParameter`
- Fix scope handling in `Style/MissingRespondToMissing`
- Fix false negatives in several Style cops
- Add Style/PublicAccessModifier cop
- Allow right-aligned numeric operands in SpaceAroundOperators
- Docs
- RuboCop::Cop::Layout::EmptyComment#inline_comment?
- RuboCop::Cop::Style::IfWithSemicolon#ternary_condition
- RuboCop::Cop::Style::OptionalArguments#on_defs
- RuboCop::Cop::Layout::ConditionPosition#removal_range
- RuboCop::Cop::Style::TernaryParentheses#parenthesized_modifier_condition?
- RuboCop::Cop::Layout::EmptyLineBetweenDefs#trailing_heredoc_end
- RuboCop::Cop::Naming::MemoizedInstanceVariableName#nameable_method?
- RuboCop::Cop::Style::RedundantSelf#on_resbody
- RuboCop::Cop::Style::RedundantFormat#typed_argument_value
- RuboCop::Cop::Style::RedundantFormat#static_string_value