mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
Merge pull request #10451 from glours/fix-gocyclo-ci-issue
fix gocyclo lint error which currently block Compose CI
This commit is contained in:
commit
eb933adde0
@ -75,7 +75,7 @@ type fileMapping struct {
|
|||||||
ContainerPath string
|
ContainerPath string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *composeService) Watch(ctx context.Context, project *types.Project, services []string, _ api.WatchOptions) error {
|
func (s *composeService) Watch(ctx context.Context, project *types.Project, services []string, _ api.WatchOptions) error { //nolint: gocyclo
|
||||||
needRebuild := make(chan fileMapping)
|
needRebuild := make(chan fileMapping)
|
||||||
needSync := make(chan fileMapping)
|
needSync := make(chan fileMapping)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user