Skip to content

[59845] Update Datepicker for automatic scheduling mode #42188

[59845] Update Datepicker for automatic scheduling mode

[59845] Update Datepicker for automatic scheduling mode #42188

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

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (3)

app/contracts/work_packages/base_contract.rb|482 col 5| Assignment Branch Condition size for validate_duration_integer is too high. [<0, 19, 6> 19.92/17]
app/contracts/work_packages/base_contract.rb|484 col 131| Line is too long. [135/130]
app/controllers/work_packages/date_picker_controller.rb|132 col 3| Assignment Branch Condition size for schedule_manually is too high. [<0, 17, 4> 17.46/17]

Filtered Findings (0)

Annotations

Check notice on line 487 in app/contracts/work_packages/base_contract.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/contracts/work_packages/base_contract.rb#L482-L487 <Metrics/AbcSize>

Assignment Branch Condition size for validate_duration_integer is too high. [<0, 19, 6> 19.92/17]
Raw output
app/contracts/work_packages/base_contract.rb:482:5: C: Metrics/AbcSize: Assignment Branch Condition size for validate_duration_integer is too high. [<0, 19, 6> 19.92/17]

Check notice on line 484 in app/contracts/work_packages/base_contract.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/contracts/work_packages/base_contract.rb#L484 <Layout/LineLength>

Line is too long. [135/130]
Raw output
app/contracts/work_packages/base_contract.rb:484:131: C: Layout/LineLength: Line is too long. [135/130]

Check notice on line 140 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#L132-L140 <Metrics/AbcSize>

Assignment Branch Condition size for schedule_manually is too high. [<0, 17, 4> 17.46/17]
Raw output
app/controllers/work_packages/date_picker_controller.rb:132:3: C: Metrics/AbcSize: Assignment Branch Condition size for schedule_manually is too high. [<0, 17, 4> 17.46/17]