Skip to content

Upgrade go-github and go-gitlab #392

Upgrade go-github and go-gitlab

Upgrade go-github and go-gitlab #392

Triggered via pull request November 24, 2024 21:14
Status Success
Total duration 12s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: bitbucket/doc.go#L17
should have a package comment
Lint: gitprovider/testutils/key_pair.go#L17
should have a package comment
Lint: gitprovider/cache/httpcache.go#L17
should have a package comment
Lint: validation/multierror.go#L17
should have a package comment
Lint: gitea/client_organization_teams.go#L41
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitea/client.go#L17
should have a package comment
Lint: gitea/client_repository_branch.go#L38
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitea/client_repository_deploykey.go#L75
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitea/client_repository_pullrequest.go#L37
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitea/util.go#L141
should replace opts.Page += 1 with opts.Page++