GitHub Actions / rubocop
failed
Nov 25, 2024 in 0s
reviewdog [rubocop] report
reported by reviewdog 🐶
Findings (2)
modules/costs/app/models/time_entry.rb|124 col 3| Assignment Branch Condition size for start_timestamp is too high. [<0, 17, 2> 17.12/17]
modules/costs/app/models/time_entry.rb|131 col 3| Assignment Branch Condition size for end_timestamp is too high. [<0, 17, 2> 17.12/17]
Filtered Findings (0)
Annotations
Check notice on line 129 in modules/costs/app/models/time_entry.rb
github-actions / rubocop
[rubocop] modules/costs/app/models/time_entry.rb#L124-L129 <Metrics/AbcSize>
Assignment Branch Condition size for start_timestamp is too high. [<0, 17, 2> 17.12/17]
Raw output
modules/costs/app/models/time_entry.rb:124:3: C: Metrics/AbcSize: Assignment Branch Condition size for start_timestamp is too high. [<0, 17, 2> 17.12/17]
Check notice on line 136 in modules/costs/app/models/time_entry.rb
github-actions / rubocop
[rubocop] modules/costs/app/models/time_entry.rb#L131-L136 <Metrics/AbcSize>
Assignment Branch Condition size for end_timestamp is too high. [<0, 17, 2> 17.12/17]
Raw output
modules/costs/app/models/time_entry.rb:131:3: C: Metrics/AbcSize: Assignment Branch Condition size for end_timestamp is too high. [<0, 17, 2> 17.12/17]
Loading