feat: Including Regular Expression filter when targeting Github Repositories #481
Annotations
2 errors
internal/scm/github/github_test.go#L458
[golangci] reported by reviewdog 🐶
regexpMust: for const patterns like "search-repo(-)", use regexp.MustCompile (gocritic)
Raw Output:
internal/scm/github/github_test.go:458:46: regexpMust: for const patterns like "search-repo(-)", use regexp.MustCompile (gocritic)
repoIncludeFilterCompile, repoIncludeErr := regexp.Compile("search-repo(-)")
^
|
internal/scm/github/github_test.go#L459
[golangci] reported by reviewdog 🐶
regexpMust: for const patterns like "search-repo-3$", use regexp.MustCompile (gocritic)
Raw Output:
internal/scm/github/github_test.go:459:46: regexpMust: for const patterns like "search-repo-3$", use regexp.MustCompile (gocritic)
repoExcludeFilterCompile, repoExcludeErr := regexp.Compile("search-repo-3$")
^
|
The logs for this run have expired and are no longer available.
Loading