chore(core): Switch import/no-cycle to error level (#15408)

This commit is contained in:
Iván Ovejero
2025-05-23 17:59:48 +02:00
committed by GitHub
parent 7f0c6d62e6
commit 2bd80ced6e
10 changed files with 9 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ import { ActiveExecutions } from '@/active-executions';
import config from '@/config';
import { ExecutionNotFoundError } from '@/errors/execution-not-found-error';
import { MaxStalledCountError } from '@/errors/max-stalled-count.error';
// eslint-disable-next-line import/no-cycle
import {
getLifecycleHooksForRegularMain,
getLifecycleHooksForScalingWorker,