Skip to content

Commit eb933ad

Browse files
authored
Merge pull request docker#10451 from glours/fix-gocyclo-ci-issue
fix gocyclo lint error which currently block Compose CI
2 parents 8b5b78f + cb688b5 commit eb933ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/watch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type fileMapping struct {
7575
ContainerPath string
7676
}
7777

78-
func (s *composeService) Watch(ctx context.Context, project *types.Project, services []string, _ api.WatchOptions) error {
78+
func (s *composeService) Watch(ctx context.Context, project *types.Project, services []string, _ api.WatchOptions) error { //nolint: gocyclo
7979
needRebuild := make(chan fileMapping)
8080
needSync := make(chan fileMapping)
8181

0 commit comments

Comments
 (0)