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.
134 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- Add additional tests for compound clauses for `Lint/AssignmentInCondition`
- [Fix #12597] Update `Style/SingleLineDoEndBlock` to not register an offense if it will introduce a conflicting `Layout/RedundantLineBreak` offense
- Make strict warnings opt-in, in CI as well as locally
- LSP is not working properly on neovim >= 0.10
- [Fix #13433] Fix autocorrection for `Style/AccessModifierDeclarations` for multiple inline symbols
- `AssignmentInCondition` didn't find the style problem
- Incorrect autocorrect for `Style/AccessModifierDeclarations` cop
- Cop idea: Detect usages of `defined?` that will always be truthy
- Add new `Lint/HashNewWithKeywordArgumentsAsDefault` cop
- [Fix #13437] Add new cop `Lint/UselessDefined`
- Docs
- RuboCop::Cop::Style::MapIntoArray#empty_array_tap
- CopsDocumentationGenerator#example_header
- CopsDocumentationGenerator#cop_subsection
- CopsDocumentationGenerator#cop_header
- CopsDocumentationGenerator#to_anchor
- RuboCop::Cop::Lint::DuplicateSetElement#register_offense
- RuboCop::Cop::Lint::DuplicateSetElement#on_csend
- RuboCop::Cop::Lint::DuplicateSetElement#on_send
- RuboCop::Cop::Lint::DuplicateSetElement#set_init_elements
- RuboCop::Cop::Style::SafeNavigation#extract_if_body