chore(macos): silence onboarding type length lint
parent
7c91ce2fa7
commit
97fe3972c8
|
|
@ -37,6 +37,7 @@ final class OnboardingController {
|
|||
}
|
||||
}
|
||||
|
||||
// swiftlint:disable:next type_body_length
|
||||
struct OnboardingView: View {
|
||||
@Environment(\.openSettings) private var openSettings
|
||||
@State private var currentPage = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue