Skip to content

fix: cmdgit BranchExist should match full branch name #1602

fix: cmdgit BranchExist should match full branch name

fix: cmdgit BranchExist should match full branch name #1602

GitHub Actions / golangci succeeded Nov 25, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4)

internal/multigitter/run.go|221 col 1| cyclomatic complexity 26 of func (*Runner).runSingleRepo is high (> 25) (gocyclo)
cmd/cmd-run.go|78 col 1| cyclomatic complexity 29 of func run is high (> 25) (gocyclo)
cmd/cmd-root.go|31 col 2| SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
internal/scm/github/github.go|47 col 17| SA1019: github.NewEnterpriseClient is deprecated: Use NewClient(httpClient).WithEnterpriseURLs(baseURL, uploadURL) instead. (staticcheck)