Skip to content

Bump rubocop-rails from 2.26.0 to 2.26.2 #5013

Bump rubocop-rails from 2.26.0 to 2.26.2

Bump rubocop-rails from 2.26.0 to 2.26.2 #5013

Triggered via push October 15, 2024 19:09
Status Success
Total duration 4m 45s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint: app/services/task_service/handle_groups.rb#L21
[rubocop] reported by reviewdog 🐶 Use `compact_blank` instead. Raw Output: app/services/task_service/handle_groups.rb:21:48: C: Rails/CompactBlank: Use `compact_blank` instead.
test: spec/services/proforma_service/import_task_spec.rb#L56
ProformaService::ImportTask#execute when task with same uuid exists in db creates a predecessor for task Failure/Error: expect { import_proforma_task }.to change { task.reload.predecessor }.from(nil).to(be_an(Task)) NoMethodError: undefined method `predecessor' for an instance of Task
test: spec/services/proforma_service/import_task_spec.rb#L82
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a predecessor for task Failure/Error: before { task.authors << user } NoMethodError: undefined method `authors' for an instance of Task
test: spec/services/proforma_service/import_task_spec.rb#L78
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task changes existing task Failure/Error: before { task.authors << user } NoMethodError: undefined method `authors' for an instance of Task
test: spec/services/proforma_service/import_task_spec.rb#L74
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a new task Failure/Error: before { task.authors << user } NoMethodError: undefined method `authors' for an instance of Task
test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1