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.
126 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Add configuration options to `Layout/MultilineArrayLineBreaks`
- Style/DoubleNegation: EnforcedStyle: disallow_in_conditionals
- Layout/ClassStructure autofix results in incorrect order, refuses to move a constant
- unable to use `expect_offense` to test `on_other_file` on custom cops
- Proposal: New cop for line breaks in long arrays
- Possibility for a config for Metrics/AbcSize to ignore branches in hash assignment?
- Introduce cop to warn against usage of `$!` and `$@`.
- Style/StringLiterals is missing quoted quotes
- Inconsistent cop names `Lint/DisjunctiveAssignmentInConstructor` and `Lint/OrAssignmentToConstant`
- `Lint/AmbiguousOperatorPrecedence` configuration
- Docs
- RuboCop::Cop::Base#covering_disabled_range
- RuboCop::Cop::Base#suppression_reason
- RuboCop::Cop::Base#enabled_lines?
- RuboCop::Cop::Offense#justification
- RuboCop::Cop::Registry#resolve_cop_name
- RuboCop::CommentConfig#cop_enabled_at_lines?
- RuboCop::DirectiveComment#reason
- RuboCop::Cop::Lint::CopDirectiveSyntax#unknown_cop_message
- RuboCop::Cop::Lint::CopDirectiveSyntax#unknown_cop_name
- RuboCop::Cop::Lint::CopDirectiveSyntax#similar_to_rubocop?