PDF-Archiver/PDF-Archiver

View on GitHub
iOS/PDFArchiverApp.swift

Summary

Maintainability
A
0 mins
Test Coverage

Line should be 120 characters or less: currently 181 characters
Open

//    func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
Severity: Minor
Found in iOS/PDFArchiverApp.swift by swiftlint

Line should be 120 characters or less: currently 128 characters
Open

//         let sceneConfiguration = UISceneConfiguration(name: "Custom Configuration", sessionRole: connectingSceneSession.role)
Severity: Minor
Found in iOS/PDFArchiverApp.swift by swiftlint

Line should be 120 characters or less: currently 126 characters
Open

//                                             localizedSubtitle: NSLocalizedString("Start scanning a document", comment: ""),
Severity: Minor
Found in iOS/PDFArchiverApp.swift by swiftlint

Line should be 120 characters or less: currently 141 characters
Open

//                                             localizedSubtitle: NSLocalizedString("Start scan and share document afterwards", comment: ""),
Severity: Minor
Found in iOS/PDFArchiverApp.swift by swiftlint

Line should be 120 characters or less: currently 157 characters
Open

//    func windowScene(_ windowScene: UIWindowScene, performActionFor shortcutItem: UIApplicationShortcutItem, completionHandler: @escaping (Bool) -> Void) {
Severity: Minor
Found in iOS/PDFArchiverApp.swift by swiftlint

Line should be 120 characters or less: currently 122 characters
Open

//                    Self.log.errorAndAssert("Failed to get notification authorization", metadata: ["error": "\(error)"])
Severity: Minor
Found in iOS/PDFArchiverApp.swift by swiftlint

SwiftLint rule 'weak_delegate' did not trigger a violation in the disabled region. Please remove the disable command.
Open

//    // swiftlint:disable weak_delegate
Severity: Minor
Found in iOS/PDFArchiverApp.swift by swiftlint

There are no issues that match your filters.

Category
Status