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
}
Amolith created
git/git.go | 1 +
1 file changed, 1 insertion(+)
@@ -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
}