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
- `Style/SafeNavigation` false negative on method conditionally executed after `.nil?` check
- [Style/CollectionQuerying] Preserve semantics for count without block
- Incorrect advice for changing the code when `Style/CollectionQuerying` occurs
- Add new `Style/WithIndexOffset` cop
- Add enforcement levels for cop filtering
- Add option to allow Lint/UselessAssignment and Style/MultilineIfModifier to ignore when used with keyword args
- `Layout/RedundantLineBreak` should have option to selectively apply
- Add new cop `Style/SquigglyHeredoc`
- Extend InclusiveLanguage cop to cover speciesist terms
- [Fix #4482] Add new `Lint/NestedDoubleQuotesInInterpolation` cop
- Docs
- RuboCop::Config#path_sourced_gems_in_target
- RuboCop::Config#read_path_sourced_gems_from_target_lockfile
- RuboCop::Lockfile#path_source?
- RuboCop::Lockfile#path_sourced_gem_names
- RuboCop::Cop::Lint::NameTypo#bundled_gem_names
- RuboCop::Cop::Lint::NameTypo#bundled_gem_namespaces
- RuboCop::Cop::Lint::NameTypo#gem_owned_namespace?
- RuboCop::Cop::Lint::NameTypo#complete_index_members?
- RuboCop::Cop::Style::TimeNow#on_csend
- RuboCop::Cop::Style::TimeNow#on_send