-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more delegation targets to Rails/Delegate
#912
Labels
enhancement
New feature or request
Comments
ydakuka
added a commit
to ydakuka/rubocop-rails
that referenced
this issue
Feb 9, 2025
…tion for `self.class`, constants, instance variables, and class variables
ydakuka
added a commit
to ydakuka/rubocop-rails
that referenced
this issue
Feb 9, 2025
…tion for `self.class`, constants, instance variables, and class variables
ydakuka
added a commit
to ydakuka/rubocop-rails
that referenced
this issue
Feb 10, 2025
…tion for `self.class`, constants, instance variables, and class variables
ydakuka
added a commit
to ydakuka/rubocop-rails
that referenced
this issue
Feb 13, 2025
…tion for `self.class`, constants, instance variables, and class variables
ydakuka
added a commit
to ydakuka/rubocop-rails
that referenced
this issue
Feb 13, 2025
…tion for `self.class`, constants, instance variables, and class variables
ydakuka
added a commit
to ydakuka/rubocop-rails
that referenced
this issue
Feb 13, 2025
…tion for `self.class`, constants, instance variables, and class variables
ydakuka
added a commit
to ydakuka/rubocop-rails
that referenced
this issue
Feb 13, 2025
…tion for `self.class`, constants, instance variables, and class variables
koic
added a commit
that referenced
this issue
Feb 13, 2025
…-to-rails-delegate [Fix #912] Enhance `Rails/Delegate` by adding delegation detection for `self.class`, constants, instance variables, and class variables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
Rails/Delegate
recommendsdelegate :foo, to: :obj
forobj.foo
, howeverdelegate
supports several other targets, such as delegation to the current class or constant:The text was updated successfully, but these errors were encountered: