[#57529] Add options for sum totals calculation mode in hierarchies #16649
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
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
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]
Loading