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.
126 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #15254] Fix an infinite loop error for `Lint/SafeNavigationWithEmpty`
- Lint/NumberConversion autocorrect breaks nil-safe behavior of safe navigation
- Stop autocorrecting direct safe navigation in Lint/NumberConversion
- Infinite loop detected
- Clear `ExcludeLimit.tmp_dir` after `--auto-gen-config` runs
- Lint/ToEnumArguments false negative for extra keyword arguments
- Fix a false negative for `Lint/ToEnumArguments` with extra keyword args
- Fix a false positive for `Lint/SuppressedExceptionInNumberConversion`
- Fix an incorrect autocorrect for `Lint/UselessAssignment` with `&&=`
- Fix incorrect autocorrects for `Lint/UselessTimes`
- Docs
- RuboCop::ProjectIndexLoader#supported_ruby?
- RuboCop::ProjectIndexLoader.available?
- RuboCop::ProjectIndexLoader#available?
- RuboCop::ConfigLoaderResolver#resolve_default_overrides
- RuboCop::Cop::Layout::IndentationWidth#selector_on_new_line?
- RuboCop::Cop::ProjectIndexHelp#project_index_signature
- RuboCop::Cop::ProjectIndexHelp#external_dependency_checksum
- RuboCop::Cop::Lint::ConstantReassignment#prior_definition_in_other_file
- RuboCop::Cop::Lint::ConstantReassignment#report_cross_file_collision
- RuboCop::Cop::Style::ClassAndModuleChildren#const_namespace?