diff --git a/git/git.go b/git/git.go index ac2d2259aa7480bd79e666d8694dc9fdb1bd323f..682b279511da97a378f19c1ab2e50a31784b968d 100644 --- a/git/git.go +++ b/git/git.go @@ -163,6 +163,7 @@ func RemoveRepo(url string) error { path = path[:strings.LastIndex(path, "/")] } + //lint:ignore nilerr we have an error because one of the parent return nil }