Skip to content

build(deps-dev): bump rubocop-rspec from 3.5.0 to 3.6.0 #5602

build(deps-dev): bump rubocop-rspec from 3.5.0 to 3.6.0

build(deps-dev): bump rubocop-rspec from 3.5.0 to 3.6.0 #5602

Triggered via push April 21, 2025 03:39
Status Failure
Total duration 4m 24s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 16 warnings
lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
lint
Process completed with exit code 1.
slim-lint
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
lint: spec/controllers/account_links_controller_spec.rb#L41
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/account_links_controller_spec.rb:41:7: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/account_links_controller_spec.rb#L45
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/account_links_controller_spec.rb:45:7: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/account_links_controller_spec.rb#L49
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/account_links_controller_spec.rb:49:7: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/account_links_controller_spec.rb#L64
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/account_links_controller_spec.rb:64:7: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/account_links_controller_spec.rb#L83
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/account_links_controller_spec.rb:83:7: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/bridges/lom/tasks_controller_spec.rb#L33
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/bridges/lom/tasks_controller_spec.rb:33:7: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/bridges/lom/tasks_controller_spec.rb#L61
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/bridges/lom/tasks_controller_spec.rb:61:9: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/bridges/lom/tasks_controller_spec.rb#L67
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/bridges/lom/tasks_controller_spec.rb:67:9: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/bridges/lom/tasks_controller_spec.rb#L73
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/bridges/lom/tasks_controller_spec.rb:73:9: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint: spec/controllers/collections_controller_spec.rb#L715
[rubocop] reported by reviewdog 🐶 Prefer `it_behaves_like` over `include_examples`. Raw Output: spec/controllers/collections_controller_spec.rb:715:5: C: RSpec/IncludeExamples: Prefer `it_behaves_like` over `include_examples`.
lint
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
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#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: 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