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
- Fix an infinite loop error for `Layout/FirstParameterIndentation`
- Lint/NameTypo reports false-positives for Time.now with ProjectIndexIncludesGems: true
- Fix Layout/HashAlignment loop with Layout/IndentationStyle tabs
- Remote config redirects do not resolve relative Location values
- Backfill cop severities so they say what should break a build
- Fix alignment cop loops with Layout/IndentationStyle tabs
- Fix Layout/LineLength SplitStrings loop on trailing-space split point
- Index Ruby core and stdlib RBS signatures
- Fix Style/EndlessMethod loop with Style/AmbiguousEndlessMethodDefinition
- [Fix #15131] Prefer direct bitwise predicate autocorrection
- Docs
- RuboCop::CLI#set_cop_selection_options_to_config_loader
- RuboCop::ConfigLoader.preview=
- RuboCop::ConfigLoader.preview
- RuboCop::ConfigLoaderResolver#inherit_mode_for_default
- RuboCop::ConfigLoaderResolver#preview?
- RuboCop::ConfigLoaderResolver#with_preview_exclude_merge
- RuboCop::Cop::Style::EndlessMethod#single_line_when_made_endless?
- RuboCop::Cop::Layout::HashAlignment#clamped_key_delta
- RuboCop::Cop::Style::StructInheritance#defines_constants?
- RuboCop::Formatter::DisabledConfigFormatter#exclude_merges?