Skip to content

Commit cb688b5

Browse files
committed
fix gocyclo lint error which currently block Compose CI
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 8b5b78f commit cb688b5

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)