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 golangci-lint warnings in batches/service package #28902

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

mrnugget
Copy link
Contributor

Just ran across these while reviewing another PR

@mrnugget mrnugget requested a review from a team December 13, 2021 10:48
@cla-bot cla-bot bot added the cla-signed label Dec 13, 2021
@@ -181,7 +181,7 @@ func findIgnoredRepositories(ctx context.Context, repos []*RepoRevision) (map[*t
defer wg.Done()
for repo := range in {
hasBatchIgnore, err := hasBatchIgnoreFile(ctx, repo)
results <- result{repo, hasBatchIgnore, err}
out <- result{repo, hasBatchIgnore, err}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one's nasty

@sourcegraph-bot
Copy link
Contributor

Notifying subscribers in CODENOTIFY files for diff fcee7ba...bc7452a.

Notify File(s)
@eseliger enterprise/internal/batches/service/service_test.go
enterprise/internal/batches/service/workspace_resolver.go
enterprise/internal/batches/service/workspace_resolver_test.go

@mrnugget mrnugget merged commit af27338 into main Dec 13, 2021
@mrnugget mrnugget deleted the mrn/fix-golanglint-warning branch December 13, 2021 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants