Skip to content

Update actions/checkout digest to 11bd719 #4

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #4

Triggered via pull request September 22, 2023 18:47
Status Success
Total duration 49s
Artifacts

swiftlint.yml

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

Annotations

4 warnings
SwiftLint: Sources/MALSyncSwift/services/MALSyncAPIService.swift#L37
Unused Enumerated Violation: When the index is not used, `.enumerated()` can be removed (unused_enumerated)
SwiftLint: Sources/MALSyncSwift/models/MALSyncAPIMALSites.swift#L57
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
SwiftLint: Sources/MALSyncSwift/models/MALSyncAPIMALSites.swift#L60
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
SwiftLint: Sources/MALSyncSwift/models/MALSyncAPIMAL.swift#L29
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)