feat: use code search to select repositories #458
Annotations
6 errors
internal/scm/github/github.go#L226
[golangci] reported by reviewdog 🐶
syntax error: unexpected ), expected {) (typecheck)
Raw Output:
internal/scm/github/github.go:226:17: syntax error: unexpected ), expected {) (typecheck)
"github.com/lindell/multi-gitter/internal/scm/github"
^
|
internal/scm/github/github.go#L226
[golangci] reported by reviewdog 🐶
syntax error: unexpected ), expected { (typecheck)
Raw Output:
internal/scm/github/github.go:226:17: syntax error: unexpected ), expected { (typecheck)
package github
|
internal/scm/github/github.go#L226
[golangci] reported by reviewdog 🐶
expected ';', found ')' (typecheck)
Raw Output:
internal/scm/github/github.go:226:17: expected ';', found ')' (typecheck)
if g.CodeSearch) != "" {
^
|
internal/scm/github/github.go#L228
[golangci] reported by reviewdog 🐶
expected '{', found 'if' (typecheck)
Raw Output:
internal/scm/github/github.go:228:3: expected '{', found 'if' (typecheck)
if err != nil {
^
|
internal/scm/github/github.go#L229
[golangci] reported by reviewdog 🐶
expected operand, found 'return' (typecheck)
Raw Output:
internal/scm/github/github.go:229:4: expected operand, found 'return' (typecheck)
return nil, errors.Wrapf(err, "could not get code search results for '%s'", g.CodeSearch)
^
|
internal/scm/github/github.go#L226
[golangci] reported by reviewdog 🐶
syntax error: unexpected ), expected {) (typecheck)
Raw Output:
internal/scm/github/github.go:226:17: syntax error: unexpected ), expected {) (typecheck)
"github.com/lindell/multi-gitter/internal/scm/github"
^
|
The logs for this run have expired and are no longer available.
Loading