reviewdog [rubocop] report
reported by reviewdog 🐶
Findings (3)
modules/reporting/app/controllers/cost_reports_controller.rb|83 col 3| Assignment Branch Condition size for perform is too high. [<1, 18, 3> 18.28/17]
modules/reporting/app/controllers/cost_reports_controller.rb|513 col 3| Assignment Branch Condition size for determine_settings is too high. [<6, 16, 3> 17.35/17]
modules/reporting/app/controllers/cost_reports_controller.rb|547 col 3| Assignment Branch Condition size for store_query is too high. [<13, 30, 5> 33.08/17]
Filtered Findings (0)
Annotations
Check notice on line 94 in modules/reporting/app/controllers/cost_reports_controller.rb
github-actions / rubocop
[rubocop] modules/reporting/app/controllers/cost_reports_controller.rb#L83-L94 <Metrics/AbcSize>
Assignment Branch Condition size for perform is too high. [<1, 18, 3> 18.28/17]
Raw output
modules/reporting/app/controllers/cost_reports_controller.rb:83:3: C: Metrics/AbcSize: Assignment Branch Condition size for perform is too high. [<1, 18, 3> 18.28/17]
Check notice on line 524 in modules/reporting/app/controllers/cost_reports_controller.rb
github-actions / rubocop
[rubocop] modules/reporting/app/controllers/cost_reports_controller.rb#L513-L524 <Metrics/AbcSize>
Assignment Branch Condition size for determine_settings is too high. [<6, 16, 3> 17.35/17]
Raw output
modules/reporting/app/controllers/cost_reports_controller.rb:513:3: C: Metrics/AbcSize: Assignment Branch Condition size for determine_settings is too high. [<6, 16, 3> 17.35/17]
Check notice on line 560 in modules/reporting/app/controllers/cost_reports_controller.rb
github-actions / rubocop
[rubocop] modules/reporting/app/controllers/cost_reports_controller.rb#L547-L560 <Metrics/AbcSize>
Assignment Branch Condition size for store_query is too high. [<13, 30, 5> 33.08/17]
Raw output
modules/reporting/app/controllers/cost_reports_controller.rb:547:3: C: Metrics/AbcSize: Assignment Branch Condition size for store_query is too high. [<13, 30, 5> 33.08/17]