-
-
Notifications
You must be signed in to change notification settings - Fork 62
style: remove extra spaces from the generated files #205
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
Conversation
Signed-off-by: Takuya Noguchi <[email protected]>
WalkthroughTwo template files received whitespace and indentation adjustments. The Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🔇 Additional comments (2)
Comment |
|
@claude review this PR |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@tnir Thanks! Appreciate it! |
Why
In a newly-created rails app codebase, developers would get RuboCop offenses as follow:
While no warnings in
spec/e2e/e2e_helper.rb.erbwith therubocop-rails-omakase, the default RuboCop configuration as of 2025, we should pay attention tospec/e2e/e2e_helper.rb.erb(Layout/*Indentationcops at least) as well.You would say
Style/FrozenStringLiteralCommentcan be ignored.Changes
Summary by CodeRabbit