We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ruby 3.2.5 rufo 0.18.0
parens_in_def :dynamic quote_style :single
class User def self.by_uid uid: joins(:authentications).where(authentications: { uid: }).first end end
rufo app/models/user.rb
results in broken ruby code (all squashed into a single line):
class X def self.by_uid uid: joins(:authentications).where(authentications: { uid: }).first end end
circular argument reference - uid .../app/models/user.rb:2: syntax error, unexpected `end', expecting ';' or '\n' ...ntications: { uid: }).first end
The text was updated successfully, but these errors were encountered:
add spec
bfb79f1
ref: #331
No branches or pull requests
Ruby 3.2.5
rufo 0.18.0
results in broken ruby code (all squashed into a single line):
The text was updated successfully, but these errors were encountered: