Skip to content

exit early when no timezone is stored

Sign in for the full log view
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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]