Skip to content

Modify OTPKit repo to Swift Package #46

Modify OTPKit repo to Swift Package

Modify OTPKit repo to Swift Package #46

Triggered via pull request August 13, 2024 10:49
Status Success
Total duration 35s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: Package.swift#L16
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
SwiftLint: Package.swift#L25
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
SwiftLint: Package.swift#L11
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/OTPKit/Network/RestAPI.swift#L23
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/OTPKit/Network/RestAPI.swift#L39
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/OTPKit/Features/MapExtension/MapMarkingView.swift#L10
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: Sources/OTPKit/TripPlannerExtensionView.swift#L61
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
SwiftLint: Sources/OTPKit/TripPlannerExtensionView.swift#L11
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: Sources/OTPKit/Services/TripPlannerService.swift#L401
File Length Violation: File should contain 400 lines or less: currently contains 401 (file_length)
SwiftLint: Sources/OTPKit/Services/TripPlannerService.swift#L368
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)