Skip to content

[WIP] feature: add bulk update #4091

[WIP] feature: add bulk update

[WIP] feature: add bulk update #4091

Triggered via pull request March 10, 2025 20:05
Status Failure
Total duration 42s
Artifacts

lint.yml

on: pull_request
lint  /  ...  /  standardrb
31s
lint / runner / standardrb
lint  /  ...  /  erb-lint
6s
lint / runner / erb-lint
lint  /  check-eslint-config
3s
lint / check-eslint-config
lint  /  ...  /  eslint
0s
lint / runner / eslint
Fit to window
Zoom out
Zoom in

Annotations

1 error
lint / runner / standardrb: app/controllers/avo/bulk_update_controller.rb#L93
[rubocop] reported by reviewdog 🐶 [Corrected] Style/TernaryParentheses: Use parentheses for ternary expressions with complex conditions. Raw Output: app/controllers/avo/bulk_update_controller.rb:93:34: C: [Corrected] Style/TernaryParentheses: Use parentheses for ternary expressions with complex conditions. prefilled[field_name] = (values.size == 1 ? values.first : nil) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^