Remove .arb
exclusion on frozen string literals
#653
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
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
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
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
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
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
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
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
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.