Skip to content
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

Remove .arb exclusion on frozen string literals #653

Closed
wants to merge 1 commit into from

Remove `.arb` exclusion on frozen string literals

919702b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Remove .arb exclusion on frozen string literals #653

Remove `.arb` exclusion on frozen string literals
919702b
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop failed Jan 23, 2025 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (8)

spec/rails/templates/arbre/_partial.arb|1 col 1| Missing frozen string literal comment.
spec/rails/templates/arbre/_partial_with_assignment.arb|1 col 1| Missing frozen string literal comment.
spec/rails/templates/arbre/page_with_arb_partial_and_assignment.arb|1 col 1| Missing frozen string literal comment.
spec/rails/templates/arbre/page_with_assignment.arb|1 col 1| Missing frozen string literal comment.
spec/rails/templates/arbre/page_with_erb_partial.arb|1 col 1| Missing frozen string literal comment.
spec/rails/templates/arbre/page_with_partial.arb|1 col 1| Missing frozen string literal comment.
spec/rails/templates/arbre/page_with_render_with_block.arb|1 col 1| Missing frozen string literal comment.
spec/rails/templates/arbre/simple_page.arb|1 col 1| Missing frozen string literal comment.

Filtered Findings (0)

Annotations

Check notice on line 1 in spec/rails/templates/arbre/_partial.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/_partial.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/_partial.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.

Check notice on line 1 in spec/rails/templates/arbre/_partial_with_assignment.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/_partial_with_assignment.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/_partial_with_assignment.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.

Check notice on line 1 in spec/rails/templates/arbre/page_with_arb_partial_and_assignment.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/page_with_arb_partial_and_assignment.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/page_with_arb_partial_and_assignment.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.

Check notice on line 1 in spec/rails/templates/arbre/page_with_assignment.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/page_with_assignment.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/page_with_assignment.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.

Check notice on line 1 in spec/rails/templates/arbre/page_with_erb_partial.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/page_with_erb_partial.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/page_with_erb_partial.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.

Check notice on line 1 in spec/rails/templates/arbre/page_with_partial.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/page_with_partial.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/page_with_partial.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.

Check notice on line 1 in spec/rails/templates/arbre/page_with_render_with_block.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/page_with_render_with_block.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/page_with_render_with_block.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.

Check notice on line 1 in spec/rails/templates/arbre/simple_page.arb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/rails/templates/arbre/simple_page.arb#L1 <Style/FrozenStringLiteralComment>

Missing frozen string literal comment.
Raw output
spec/rails/templates/arbre/simple_page.arb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.