summaryrefslogtreecommitdiffstats
path: root/pkg/common/git/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/common/git/git.go')
-rw-r--r--pkg/common/git/git.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/common/git/git.go b/pkg/common/git/git.go
index c7ee889..1050647 100644
--- a/pkg/common/git/git.go
+++ b/pkg/common/git/git.go
@@ -291,8 +291,6 @@ func gitOptions(token string) (fetchOptions git.FetchOptions, pullOptions git.Pu
}
// NewGitCloneExecutor creates an executor to clone git repos
-//
-//nolint:gocyclo
func NewGitCloneExecutor(input NewGitCloneExecutorInput) common.Executor {
return func(ctx context.Context) error {
logger := common.Logger(ctx)