Feature/58161 global stage administration #17358
+2,158
−187
Draft
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
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]
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.
Loading