Skip to content

Updated print and os_log calls to modern OSLog class. #55

Updated print and os_log calls to modern OSLog class.

Updated print and os_log calls to modern OSLog class. #55

Re-run triggered October 21, 2024 20:40
Status Failure
Total duration 40s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
31s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

8 errors
SwiftLint: Source/Model/Model.swift#L39
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Source/Model/PPPCServicesManager.swift#L32
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Source/Model/PPPCServicesManager.swift#L34
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Source/SwiftUI/UploadInfoView.swift#L40
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Source/View Controllers/TCCProfileViewController.swift#L147
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Source/View Controllers/SaveViewController.swift#L61
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Source/Networking/UploadManager.swift#L14
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: 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)