Skip to content

[#55021] Free choice of columns in exports #24065

[#55021] Free choice of columns in exports

[#55021] Free choice of columns in exports #24065

GitHub Actions / rubocop failed Sep 11, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (1)

app/components/projects/row_component.rb|114 col 5| Use delegate to define delegations.

Filtered Findings (2)

app/components/projects/row_component.rb|76 col 5| Assignment Branch Condition size for custom_field_column is too high. [<2, 16, 6> 17.2/17]
spec/models/projects/exporter/csv_integration_spec.rb|32 col 1| Spec path should end with projects/exports/csv*_spec.rb.

Annotations

Check notice on line 114 in app/components/projects/row_component.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/components/projects/row_component.rb#L114 <Rails/Delegate>

Use `delegate` to define delegations.
Raw output
app/components/projects/row_component.rb:114:5: C: Rails/Delegate: Use `delegate` to define delegations.