Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cmdgit BranchExist should match full branch name #433

Merged
merged 2 commits into from
Nov 25, 2023

fix: cmdgit BranchExist should match full branch name

7ba8907
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: cmdgit BranchExist should match full branch name #433

fix: cmdgit BranchExist should match full branch name
7ba8907
Select commit
Loading
Failed to load commit list.
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)