Update comment to reflect productNameWithExtension() and others #823
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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)
|
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)
|
Sources/XcodeProj/Objects/Targets/PBXProductType.swift#L51
Line Length Violation: Line should be 150 characters or less; currently it has 151 characters (line_length)
|
Sources/XcodeProj/Objects/Targets/PBXTarget.swift#L83
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
|
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)
|
Sources/XcodeProj/Objects/Project/PBXProjEncoder.swift#L35
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
|
Sources/XcodeProj/Objects/Project/PBXObjectReference.swift#L87
NSObject Prefer isEqual Violation: NSObject subclasses should implement isEqual instead of == (nsobject_prefer_isequal)
|
Sources/XcodeProj/Objects/Project/PBXProject.swift#L15
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
|
Sources/XcodeProj/Objects/Project/PBXProject.swift#L40
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
|
Sources/XcodeProj/Objects/Project/PBXProject.swift#L53
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
|
This job succeeded
Loading