style: remove extra spaces from the generated files#205
Conversation
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
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