Skip to content

Commit

Permalink
⚡️ :: SwiftLint 무시
Browse files Browse the repository at this point in the history
  • Loading branch information
parkdoyeon1 committed Mar 5, 2024
1 parent cbdff87 commit 3fd3640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/Presentation/Sources/DI/PresentationAssembly.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Domain
public final class PresentationAssembly: Assembly {
public init() {}

// swiftlint: disable function_body_length
public func assemble(container: Container) {
container.register(OnboardingReactor.self) { _ in
OnboardingReactor()
Expand Down Expand Up @@ -90,5 +91,6 @@ public final class PresentationAssembly: Assembly {
container.register(MyPageViewController.self) { resolver in
MyPageViewController(resolver.resolve(MyPageReactor.self)!)
}
// swiftlint: enable function_body_length
}
}

0 comments on commit 3fd3640

Please sign in to comment.