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

[#57529] Add options for sum totals calculation mode in hierarchies #16649

Merged

Fix `status_excluded_from_totals` not existing for `WorkPackage`

1874fb3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[#57529] Add options for sum totals calculation mode in hierarchies #16649

Fix `status_excluded_from_totals` not existing for `WorkPackage`
1874fb3
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop failed Sep 25, 2024 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (2)

app/services/settings/update_service.rb|44 col 3| Assignment Branch Condition size for set_setting_value is too high. [<3, 6, 18> 19.21/17]
app/services/settings/update_service.rb|44 col 3| Perceived complexity for set_setting_value is too high. [11/8]

Filtered Findings (0)

Annotations

Check notice on line 59 in app/services/settings/update_service.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/services/settings/update_service.rb#L44-L59 <Metrics/AbcSize>

Assignment Branch Condition size for set_setting_value is too high. [<3, 6, 18> 19.21/17]
Raw output
app/services/settings/update_service.rb:44:3: C: Metrics/AbcSize: Assignment Branch Condition size for set_setting_value is too high. [<3, 6, 18> 19.21/17]

Check notice on line 59 in app/services/settings/update_service.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] app/services/settings/update_service.rb#L44-L59 <Metrics/PerceivedComplexity>

Perceived complexity for set_setting_value is too high. [11/8]
Raw output
app/services/settings/update_service.rb:44:3: C: Metrics/PerceivedComplexity: Perceived complexity for set_setting_value is too high. [11/8]