Skip to content

Commit eba568d

Browse files
committed
please the linters
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 3907004 commit eba568d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/compose/ps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import (
2727
"github.com/docker/compose/v2/pkg/api"
2828
)
2929

30+
//nolint:gocyclo
3031
func (s *composeService) Ps(ctx context.Context, projectName string, options api.PsOptions) ([]api.ContainerSummary, error) {
3132
projectName = strings.ToLower(projectName)
3233
oneOff := oneOffExclude

0 commit comments

Comments
 (0)