shithub: furgit

Download patch

ref: 5db671fb6d41173f94c1a8578bfec1d3b019ac9d
parent: 89cf3ce719f3c8a231d23241e798ac0e5e7f1ec6
author: Runxi Yu <runxiyu@umich.edu>
date: Mon Mar 23 02:15:15 EDT 2026

object/resolve: thelper lint

--- a/object/resolve/treefs_test.go
+++ b/object/resolve/treefs_test.go
@@ -15,7 +15,7 @@
 func TestTreeFS(t *testing.T) {
 	t.Parallel()
 
-	testgit.ForEachAlgorithm(t, func(t *testing.T, algo objectid.Algorithm) {
+	testgit.ForEachAlgorithm(t, func(t *testing.T, algo objectid.Algorithm) { //nolint:thelper
 		t.Parallel()
 
 		repoData := testgit.NewRepo(t, testgit.RepoOptions{ObjectFormat: algo})
--