From 14b8ae152fc8b563170b6a4c79b823cfab781b4b Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 28 Oct 2025 14:56:02 +0100 Subject: [PATCH] disable cyc complexity --- ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift index 767083cbd..9d57b1a9a 100644 --- a/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift @@ -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()