style(git): add linter directive to ignore nilerr

Amolith created

Change summary

git/git.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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
 }