added zip function #151
Annotations
10 errors and 12 warnings
golangci-lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L223
223-251 lines are duplicate of `gogs/gogs.go:350-379` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L350
350-379 lines are duplicate of `gogs/gogs.go:223-251` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L187
187-217 lines are duplicate of `gogs/gogs.go:314-344` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/gogs/gogs.go#L314
314-344 lines are duplicate of `gogs/gogs.go:187-217` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/main.go#L537
537-598 lines are duplicate of `main.go:616-677` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/main.go#L616
616-677 lines are duplicate of `main.go:537-598` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/main.go#L196
196-269 lines are duplicate of `main.go:280-353` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/main.go#L280
280-353 lines are duplicate of `main.go:368-441` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/main.go#L368
368-441 lines are duplicate of `main.go:196-269` (dupl)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/main.go#L193
193-273 lines are duplicate of `main.go:277-357` (dupl)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
golangci-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/
|
golangci-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)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/types/types.go#L80
var-naming: struct field Url should be URL (revive)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/gitlab/gitlab.go#L212
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/gitlab/gitlab.go#L378
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/gitlab/gitlab.go#L490
unused-parameter: parameter 'repo' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/local/local.go#L191
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
golangci-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)
|
golangci-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)
|
golangci-lint:
go/src/github.com/cooperspencer/gickup/local/local.go#L688
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Loading