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
- Be able to run rubocop in a "nested project" without picking up config in parent directories.
- CLI options for specifying source code range
- JSON Schema for Rubocop Config
- Add configuration options to `Layout/MultilineArrayLineBreaks`
- Style/DoubleNegation: EnforcedStyle: disallow_in_conditionals
- 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
- Docs
- RuboCop::MagicComment#warn_indent
- RuboCop::MagicComment#warn_indent_specified?
- RuboCop::MagicComment::SimpleComment#extract_warn_indent
- RuboCop::MagicComment::VimComment#warn_indent
- RuboCop::MagicComment::EmacsComment#extract_warn_indent
- RuboCop::CommentConfig#self_closing_directive?
- RuboCop::DirectiveComment#invalid_signed_args?
- RuboCop::DirectiveComment#parse_signed_args
- RuboCop::DirectiveComment#signed_args
- RuboCop::DirectiveComment#next?