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
- Fix relative redirects for RemoteConfig
- Fix false positives for Lint/CopDirectiveSyntax with directive text in reasons
- `Layout/FirstArrayElementIndentation` can infinite-loop with `Layout/ArrayAlignment: with_fixed_indentation`
- `Layout/FirstParameterIndentation` can infinite-loop with `Layout/ParameterAlignment: with_fixed_indentation`
- Fix an infinite loop error for `Layout/FirstArrayElementIndentation`
- Fix an infinite loop error for `Layout/FirstParameterIndentation`
- Fix an error for `Style/HashSyntax` cop
- Fix Style/GuardClause autocorrect clash with Style/MissingElse
- Lint/CopDirectiveSyntax flags directive text inside `--` reasons
- Lint/NameTypo reports false-positives for Time.now with ProjectIndexIncludesGems: true
- Docs
- Notification::PushNotificationService#remove_subscription_if_error
- Notification::PushNotificationService#send_push_via_chatwoot_hub
- Notification::PushNotificationService#send_fcm_push
- Notification::PushNotificationService#send_browser_push
- Notification::PushNotificationService#send_browser_push?
- Notification::PushNotificationService#push_url
- Notification::PushNotificationService#push_message
- Notification::PushNotificationService#conversation
- Notification::PushNotificationService#user_subscribed_to_notification?
- Notification::PushNotificationService#perform