Skip to content

chore(deps): update actions/checkout action to v3 (#776) #401

chore(deps): update actions/checkout action to v3 (#776)

chore(deps): update actions/checkout action to v3 (#776) #401

Triggered via push June 26, 2023 18:45
Status Failure
Total duration 2m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

xcodeproj.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Test (macOS / Xcode)
Process completed with exit code 1.
Swiftlint: Sources/XcodeProj/Utils/XCConfig.swift#L102
Line Length Violation: Line should be 150 characters or less; currently it has 161 characters (line_length)
Swiftlint: Sources/XcodeProj/Utils/BuildSettingsProvider.swift#L100
Superfluous Disable Command Violation: SwiftLint rule 'function_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
Swiftlint: Sources/XcodeProj/Utils/BuildSettingsProvider.swift#L3
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
Swiftlint: Sources/XcodeProj/Extensions/String+Utils.swift#L25
Legacy Random Violation: Prefer using `type.random(in:)` over legacy functions (legacy_random)
Swiftlint: Sources/XcodeProj/Extensions/KeyedDecodingContainer+Additions.swift#L39
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
Swiftlint: Sources/XcodeProj/Project/WorkspaceSettings.swift#L63
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Swiftlint: Sources/XcodeProj/Project/WorkspaceSettings.swift#L78
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Swiftlint: Sources/XcodeProj/Project/WorkspaceSettings.swift#L85
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Swiftlint: Sources/XcodeProj/Project/Xcode.swift#L4
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 290 lines (type_body_length)
Swiftlint: Sources/XcodeProj/Project/XCBreakpointList.swift#L9
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)