PDF-Archiver/PDF-Archiver

View on GitHub
ArchiveCore/Sources/ArchiveBackend/FolderAccess/local/LocalFolderProvider.swift

Summary

Maintainability
A
0 mins
Test Coverage

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

    private let fileProperties: [URLResourceKey] = [.ubiquitousItemDownloadingStatusKey, .ubiquitousItemIsDownloadingKey, .fileSizeKey, .localizedNameKey]

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

        // we must add the security scope here, because the LocalFolderProvider is not initialized when this functions gets called

Case statements should vertically align with their enclosing switch statement.
Open

                    case .delete(let deleteDetails):

Case statements should vertically align with their enclosing switch statement.
Open

                    case .replace(let replaceDetails):

Case statements should vertically align with their enclosing switch statement.
Open

                    case .insert(let insertDetails):

Case statements should vertically align with their enclosing switch statement.
Open

                    case .move:

There are no issues that match your filters.

Category
Status