[#148] linter: Add contextcheck linter
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
481a1ca6f3
commit
44b86bac5a
8 changed files with 10 additions and 1 deletions
|
@ -94,6 +94,7 @@ func (s *Service) replicationWorker() {
|
|||
|
||||
func (s *Service) replicateLoop(ctx context.Context) {
|
||||
for i := 0; i < s.replicatorWorkerCount; i++ {
|
||||
//nolint: contextcheck
|
||||
go s.replicationWorker()
|
||||
go s.localReplicationWorker()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue