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.
50 Subscribers
View all SubscribersAdd a CodeTriage badge to rubocop
Help out
- Issues
- [Fix #14833] Fix false positive for `Layout/MultilineMethodCallIndentation` when a multi-dot method chain is inside a hash pair value
- Regression with `Layout/MultilineMethodCallIndentation` in `1.84.1`
- [Fix #14847] Fix false positive for `Layout/MultilineMethodCallIndentation` when a method is chained after a single-line block
- [Fix #7436] Fix `Style/FormatStringToken` to not autocorrect strings outside of format method context in aggressive mode
- [Fix #14791] Fix autocorrect producing `SyntaxError` in `Lint/InterpolationCheck` when single quoted string contains double quotes with invalid interpolation
- [Fix #14841] Fix false negatives in `Style/HashAsLastArrayItem`
- Layout/MultilineMethodCallIndentation: 'method_on_receiver_last_line?': undefined method 'line' for nil (NoMethodError)
- [Fix #14843] Fix an error in `Layout/MultilineMethodCallIndentation`
- Style/HashAsLastArrayItem does not mark implicit hashes
- [Fix Rubocop#5933]: add a configuration option to allow file level rubocop:disables
- Docs
- TranslatableFormBuilder#new_translation_for
- TranslatableFormBuilder#existing_translation_for
- TranslatableFormBuilder#translation_for
- TranslatableFormBuilder#fields_for_translation
- TranslatableFormBuilder#fields_for_locale
- TranslatableFormBuilder#translatable_fields
- TranslatableFormBuilder#translations=
- TranslatableFormBuilder#translations
- FoundationRailsHelper::FormBuilder#auto_labels
- FoundationRailsHelper::FormBuilder#field