[DFC Orders] Sync remote products when order cycle opens #15384
Annotations
2 warnings
rubocop:
app/jobs/open_order_cycle_job.rb#L13
[rubocop] reported by reviewdog 🐶
Exit statement `return` is not allowed. Use `raise` (rollback) or `next` (commit).
Raw Output:
app/jobs/open_order_cycle_job.rb:13:7: C: Rails/TransactionExitStatement: Exit statement `return` is not allowed. Use `raise` (rollback) or `next` (commit).
|
rubocop
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading