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

Bug/57508 custom fields with format string text bool link and date dont forbid multi select internally and have handling in ordering #16570

use separate accessors instead of checking field_format against list …

0b859db
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bug/57508 custom fields with format string text bool link and date dont forbid multi select internally and have handling in ordering #16570

use separate accessors instead of checking field_format against list …
0b859db
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop succeeded Sep 12, 2024 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (11)

app/components/projects/row_component.rb|77 col 5| Assignment Branch Condition size for custom_field_column is too high. [<2, 16, 6> 17.2/17]
app/models/custom_field/order_statements.rb|86 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|92 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|100 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|111 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|119 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|128 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|138 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|146 col 5| Use <<-SQL.squish instead of <<-SQL.
app/models/custom_field/order_statements.rb|154 col 5| Use <<-SQL.squish instead of <<-SQL.
spec/models/projects/exporter/csv_integration_spec.rb|32 col 1| Spec path should end with projects/exports/csv*_spec.rb.