Add Build Tool Plug-ins
support (#784)
#438
xcodeproj.yml
on: push
Build (macOS)
2m 31s
Build (Linux)
1m 28s
Test (macOS / Xcode)
2m 6s
Test (Linux)
1m 1s
Swiftlint
42s
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)
|