Recurring meetings #32952
test-core.yml
on: pull_request
Units + Features
12m 13s
Annotations
1 error and 3 notices
Units + Features
Process completed with exit code 1.
|
[rubocop] modules/meeting/app/components/recurring_meetings/row_component.rb#L142-L167 <Metrics/AbcSize>:
modules/meeting/app/components/recurring_meetings/row_component.rb#L142
Assignment Branch Condition size for action_menu is too high. [<1, 17, 7> 18.41/17]
|
[rubocop] modules/meeting/app/controllers/meetings_controller.rb#L181-L197 <Metrics/AbcSize>:
modules/meeting/app/controllers/meetings_controller.rb#L181
Assignment Branch Condition size for destroy is too high. [<4, 17, 3> 17.72/17]
|
[rubocop] modules/meeting/spec/features/structured_meetings/work_package_meetings_tab_spec.rb#L263 <Rails/Pluck>:
modules/meeting/spec/features/structured_meetings/work_package_meetings_tab_spec.rb#L263
Prefer `pluck("data-test-selector")` over `map { |container| container["data-test-selector"] }`.
|