Skip to content

Commit

Permalink
Suppress linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Sep 20, 2023
1 parent a184b22 commit 4972294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/index/job/correction/usecase/corrector.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (r *run) Start(ctx context.Context) (<-chan error, error) {
// defer cancel()

log.Info("starting servers")
ech := make(chan error, 3)
ech := make(chan error, 3) //nolint:gomnd
var oech, nech, sech <-chan error
r.eg.Go(safety.RecoverFunc(func() (err error) {
defer close(ech)
Expand Down

0 comments on commit 4972294

Please sign in to comment.