Skip to content

Modify OTPKit repo to Swift Package #48

Modify OTPKit repo to Swift Package

Modify OTPKit repo to Swift Package #48

Triggered via pull request August 14, 2024 16:39
Status Success
Total duration 38s
Artifacts

swiftlint.yml

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

Annotations

5 warnings
SwiftLint: Package.swift#L31
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
SwiftLint: Package.swift#L32
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
SwiftLint: Sources/OTPKit/TripPlannerExtensionView.swift#L60
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/Services/TripPlannerService.swift#L401
File Length Violation: File should contain 400 lines or less: currently contains 401 (file_length)
SwiftLint: Sources/OTPKit/Models/TripPlanner/Itinerary.swift#L58
Todo Violation: TODOs should be resolved (localize this!) (todo)