Skip to content

Add Build Tool Plug-ins support (#784) #438

Add Build Tool Plug-ins support (#784)

Add Build Tool Plug-ins support (#784) #438

Triggered via push August 18, 2023 14:29
Status Success
Total duration 2m 47s
Artifacts

xcodeproj.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Swiftlint: Sources/XcodeProj/Objects/Configuration/XCConfigurationList.swift#L12
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
Swiftlint: Sources/XcodeProj/Objects/Files/PBXGroup.swift#L12
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
Swiftlint: Sources/XcodeProj/Objects/Targets/PBXProductType.swift#L51
Line Length Violation: Line should be 150 characters or less; currently it has 151 characters (line_length)
Swiftlint: Sources/XcodeProj/Objects/Targets/PBXTarget.swift#L81
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
Swiftlint: Sources/XcodeProj/Objects/Project/PBXProjEncoder.swift#L46
Blanket Disable Command Violation: The disabled 'function_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
Swiftlint: Sources/XcodeProj/Objects/Project/PBXProjEncoder.swift#L35
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
Swiftlint: Sources/XcodeProj/Objects/Project/PBXObjects.swift#L3
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
Swiftlint: Sources/XcodeProj/Objects/Project/PBXObjects.swift#L224
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
Swiftlint: Sources/XcodeProj/Objects/Project/PBXObjects.swift#L284
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
Swiftlint: Sources/XcodeProj/Objects/Project/PBXObjects.swift#L226
Superfluous Disable Command Violation: 'the' is not a valid SwiftLint rule; remove it from the disable command (superfluous_disable_command)