Skip to content

[#72427] Jira Migrator imports project-based semantic work item ident…

39a5bc8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

[#72427] Jira Migrator imports project-based semantic work item ident… #23094

[#72427] Jira Migrator imports project-based semantic work item ident…
39a5bc8
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop failed May 6, 2026 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (2)

app/models/import/jira_project.rb|37 col 5| Specify a :dependent option.
app/workers/import/jira_import_projects_job.rb|52 col 168| Line is too long. [170/130]

Filtered Findings (0)

Annotations

Check notice on line 37 in app/models/import/jira_project.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/models/import/jira_project.rb#L37 <Rails/HasManyOrHasOneDependent>

Specify a `:dependent` option.
Raw output
app/models/import/jira_project.rb:37:5: C: Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.

Check notice on line 52 in app/workers/import/jira_import_projects_job.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/workers/import/jira_import_projects_job.rb#L52 <Layout/LineLength>

Line is too long. [170/130]
Raw output
app/workers/import/jira_import_projects_job.rb:52:168: C: Layout/LineLength: Line is too long. [170/130]