fixed token and user, get repositories from workspaces too #160
Annotations
10 errors and 12 warnings
lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L223
223-251 lines are duplicate of `gogs/gogs.go:350-379` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L350
350-379 lines are duplicate of `gogs/gogs.go:223-251` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L187
187-217 lines are duplicate of `gogs/gogs.go:314-344` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L314
314-344 lines are duplicate of `gogs/gogs.go:187-217` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/main.go#L537
537-598 lines are duplicate of `main.go:616-677` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/main.go#L616
616-677 lines are duplicate of `main.go:537-598` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/main.go#L196
196-269 lines are duplicate of `main.go:280-353` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/main.go#L280
280-353 lines are duplicate of `main.go:368-441` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/main.go#L368
368-441 lines are duplicate of `main.go:196-269` (dupl)
|
lint:
go/src/github.com/cooperspencer/gickup/main.go#L193
193-273 lines are duplicate of `main.go:277-357` (dupl)
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint:
go/src/github.com/cooperspencer/gickup/types/types.go#L128
unused-parameter: parameter 'parent' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/types/types.go#L80
var-naming: struct field Url should be URL (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/gitea/gitea.go#L305
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/gitea/gitea.go#L450
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/github/github.go#L162
var-naming: don't use underscores in Go names; var github_repo should be githubRepo (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/gitlab/gitlab.go#L213
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/gitlab/gitlab.go#L491
unused-parameter: parameter 'repo' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/local/local.go#L581
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
go/src/github.com/cooperspencer/gickup/local/local.go#L598
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|