Skip to content

feat: use code search to select repositories #458

feat: use code search to select repositories

feat: use code search to select repositories #458

Triggered via pull request November 1, 2023 07:04
Status Success
Total duration 1m 14s
Artifacts

linting.yaml

on: pull_request
golangci-lint
1m 1s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors
golangci-lint: 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" ^
golangci-lint: 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
golangci-lint: 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) != "" { ^
golangci-lint: 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 { ^
golangci-lint: 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) ^
golangci-lint: 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" ^