Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/58161 global stage administration #17358

Draft
wants to merge 49 commits into
base: dev
Choose a base branch
from

handle drag-n-drop ordering, except for expected turbo stream response

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

Feature/58161 global stage administration #17358

handle drag-n-drop ordering, except for expected turbo stream response
9d10847
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop failed Dec 12, 2024 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (2)

app/components/settings/project_life_cycle_step_definitions/form_header_component.rb|46 col 131| Line is too long. [141/130]
app/components/settings/project_life_cycle_step_definitions/index_header_component.rb|32 col 1| Extra empty line detected at class body beginning.

Filtered Findings (0)

Annotations

Check notice on line 46 in app/components/settings/project_life_cycle_step_definitions/form_header_component.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/components/settings/project_life_cycle_step_definitions/form_header_component.rb#L46 <Layout/LineLength>

Line is too long. [141/130]
Raw output
app/components/settings/project_life_cycle_step_definitions/form_header_component.rb:46:131: C: Layout/LineLength: Line is too long. [141/130]

Check notice on line 33 in app/components/settings/project_life_cycle_step_definitions/index_header_component.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/components/settings/project_life_cycle_step_definitions/index_header_component.rb#L32-L33 <Layout/EmptyLinesAroundClassBody>

Extra empty line detected at class body beginning.
Raw output
app/components/settings/project_life_cycle_step_definitions/index_header_component.rb:32:1: C: Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.