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.
132 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #13621] Add `ForbiddenIdentifiers` config to `Naming/MethodName` cop
- Add `AllowComments` option to cop `Style/RedundantAssignment`
- Enable reusable Prism parse result for Ruby LSP add-on
- Add display flag to rubocop_todo.yml header.
- Per-page cop documentation
- Warn if `Reference` config is a `String`
- Introduce some "Common Configuration" config section under "All Cops"
- disable/enable is too imperative
- Refresh the home page
- Detect unnecessary safe navigation
- Docs
- RuboCop::Cop::Style::FormatStringToken#allowed_string?
- RuboCop::Cop::Style::FormatStringToken#conservative?
- RuboCop::Cop::Style::RedundantCurrentDirectoryInPath#redundant_path_length
- RuboCop::Cop::Style::ComparableBetween#register_offense
- RuboCop::Cop::Style::ComparableBetween#on_and
- RuboCop::Cop::Style::ComparableBetween#logical_comparison_between_by_max_first?
- RuboCop::Cop::Style::ComparableBetween#logical_comparison_between_by_min_first?
- RuboCop::ConfigObsoletion::ExtractedCop#plugin_loaded?
- RuboCop::Cop::Lint::SharedMutableDefault#capacity_keyword_argument?
- RuboCop::Cop::Lint::RedundantTypeConversion#bigdecimal_constructor?