Skip to content

Add XCLocalSwiftPackageReference Support #457

Add XCLocalSwiftPackageReference Support

Add XCLocalSwiftPackageReference Support #457

Re-run triggered October 9, 2023 08:03
Status Success
Total duration 4m 1s
Artifacts

xcodeproj.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Swiftlint: Sources/XcodeProj/Scheme/XCScheme+TestAction.swift#L157
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 78 lines (function_body_length)
Swiftlint: Sources/XcodeProj/Scheme/XCScheme+ProfileAction.swift#L84
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/Scheme/XCSchemeManagement.swift#L112
Line Length Violation: Line should be 150 characters or less; currently it has 167 characters (line_length)
Swiftlint: Sources/XcodeProj/Scheme/XCScheme+TestableReference.swift#L11
Inclusive Language Violation: Declaration useTestSelectionWhitelist contains the term "whitelist" which is not considered inclusive (inclusive_language)
Swiftlint: Sources/XcodeProj/Scheme/XCScheme+TestableReference.swift#L26
Inclusive Language Violation: Declaration useTestSelectionWhitelist contains the term "whitelist" which is not considered inclusive (inclusive_language)
Swiftlint: Sources/XcodeProj/Scheme/XCScheme+TestableReference.swift#L67
Inclusive Language Violation: Declaration useTestSelectionWhitelist contains the term "whitelist" which is not considered inclusive (inclusive_language)
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 294 lines (type_body_length)