Skip to content

[59845] Update Datepicker for automatic scheduling mode #4007

[59845] Update Datepicker for automatic scheduling mode

[59845] Update Datepicker for automatic scheduling mode #4007

GitHub Actions / rubocop failed Dec 16, 2024 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (2)

app/components/work_packages/date_picker/dialog_content_component.rb|30 col 1| Add an empty line after magic comments.
app/controllers/work_packages/date_picker_controller.rb|73 col 3| Assignment Branch Condition size for update is too high. [<4, 19, 2> 19.52/17]

Filtered Findings (0)

Annotations

Check notice on line 30 in app/components/work_packages/date_picker/dialog_content_component.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/components/work_packages/date_picker/dialog_content_component.rb#L30 <Layout/EmptyLineAfterMagicComment>

Add an empty line after magic comments.
Raw output
app/components/work_packages/date_picker/dialog_content_component.rb:30:1: C: Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.

Check notice on line 100 in app/controllers/work_packages/date_picker_controller.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/controllers/work_packages/date_picker_controller.rb#L73-L100 <Metrics/AbcSize>

Assignment Branch Condition size for update is too high. [<4, 19, 2> 19.52/17]
Raw output
app/controllers/work_packages/date_picker_controller.rb:73:3: C: Metrics/AbcSize: Assignment Branch Condition size for update is too high. [<4, 19, 2> 19.52/17]