Updated print and os_log calls to modern OSLog class. #55
Annotations
8 errors
Swiftlint verification:
Source/Model/Model.swift#L39
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swiftlint verification:
Source/Model/PPPCServicesManager.swift#L32
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swiftlint verification:
Source/Model/PPPCServicesManager.swift#L34
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swiftlint verification:
Source/SwiftUI/UploadInfoView.swift#L40
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swiftlint verification:
Source/View Controllers/TCCProfileViewController.swift#L147
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swiftlint verification:
Source/View Controllers/SaveViewController.swift#L61
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swiftlint verification:
Source/Networking/UploadManager.swift#L14
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Swiftlint verification:
Source/Networking/NetworkAuthManager.swift#L125
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Loading