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.
134 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Permit indentation whitespace after `"...\n" \`
- [Fix #13557] Mark `Lint/NumericOperationWithConstantResult` as unsafe
- Permit leading indentation on line following `\n` in `Layout/LineContinuationLeadingSpace`
- Validate that Cops’ configs are Hashes
- [Fix #13556] Fix false positives for `Style/FileNull`
- [Lint/NumericOperationWithConstantResult] incorrectly mistakes format string evaluations as numerical operations
- [Style/FileNull] confuses any 'nul' string as a `File::NULL` device string?
- [Fix #13299] Fix `Style/BlockDelimiters` to always accept braces when an operator method argument is chained
- Fix `Style/IdenticalConditionalBranches` cop failure in case of `if` node with implicit `then`
- Enhance `Lint/DuplicateSetElement` to detect offences within `SortedSet`
- Docs
- RuboCop::Cop::Lint::UnreachableCode#report_on_flow_command?
- RuboCop::Cop::Lint::UnreachableCode#instance_eval_block?
- RuboCop::Cop::Lint::UnreachableCode#register_redefinition
- RuboCop::Cop::Lint::UnreachableCode#redefinable_flow_method?
- RuboCop::Cop::Lint::UnreachableCode#after_block
- RuboCop::Cop::Lint::UnreachableCode#on_numblock
- RuboCop::Cop::Lint::UnreachableCode#on_block
- RuboCop::Cop::Lint::UnreachableCode#initialize
- RuboCop::Cop::Style::LambdaCall#on_csend
- RuboCop::Cop::DigHelp#dig_chain_enabled?