feat: add bundle support #84
Triggered via pull request
September 24, 2023 09:19
Status
Success
Total duration
2m 18s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 warnings and 1 notice
Unexported return type of the exported function:
extension/bundle.go#L117
Exported method with the unexported return type
|
Unexported return type of the exported function:
extension/bundle.go#L129
Exported method with the unexported return type
|
Imported package name as a name identifier:
extension/project.go#L112
Variable `version` collides with imported package name
|
Imported package name as a name identifier:
extension/project.go#L99
Variable `version` collides with imported package name
|
Imported package name as a name identifier:
extension/project.go#L81
Variable `version` collides with imported package name
|
Unused parameter:
extension/asset_platform.go#L244
Unused parameter `ctx context.Context`
|
Unused parameter:
extension/bundle.go#L142
Unused parameter `ctx`
|
Unused parameter:
extension/bundle.go#L142
Unused parameter `c`
|
Incorrect usage of 'fmt.Printf' and 'fmt.Println' functions:
extension/platform.go#L59
No placeholders in the format string
|