[59845] Update Datepicker for automatic scheduling mode #33214
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_controller.rb|110 col 3| Assignment Branch Condition size for datepicker_dialog_content is too high. [<2, 18, 2> 18.22/17]
Filtered Findings (0)
Annotations
Check notice on line 30 in app/components/work_packages/date_picker/dialog_content_component.rb
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 131 in app/controllers/work_packages_controller.rb
github-actions / rubocop
[rubocop] app/controllers/work_packages_controller.rb#L110-L131 <Metrics/AbcSize>
Assignment Branch Condition size for datepicker_dialog_content is too high. [<2, 18, 2> 18.22/17]
Raw output
app/controllers/work_packages_controller.rb:110:3: C: Metrics/AbcSize: Assignment Branch Condition size for datepicker_dialog_content is too high. [<2, 18, 2> 18.22/17]