disable cyc complexity

This commit is contained in:
Mauro Romito
2025-10-28 14:56:02 +01:00
committed by Mauro
parent 0002065833
commit 14b8ae152f

View File

@@ -147,6 +147,7 @@ class SpaceFlowCoordinator: FlowCoordinatorProtocol {
// MARK: - Private
// swiftlint:disable:next cyclomatic_complexity
private func configureStateMachine() {
stateMachine.addRoutes(event: .start, transitions: [.initial => .space]) { [weak self] _ in
self?.presentSpace()