feat: add bundle support #88
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 warnings
Unexported return type of the exported function:
extension/bundle.go#L122
Exported method with the unexported return type
|
Unexported return type of the exported function:
extension/bundle.go#L134
Exported method with the unexported return type
|
Imported package name as a name identifier:
extension/project.go#L118
Variable `version` collides with imported package name
|
Imported package name as a name identifier:
extension/project.go#L105
Variable `version` collides with imported package name
|
Imported package name as a name identifier:
extension/project.go#L87
Variable `version` collides with imported package name
|
Unused parameter:
extension/bundle.go#L147
Unused parameter `ctx`
|
Unused parameter:
extension/bundle.go#L147
Unused parameter `c`
|