contrib/golang-ci-lint/main_test.go
Function TestValidatePath
has 66 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestValidatePath(t *testing.T) {
// Create a temporary directory for testing
tmpDir := os.TempDir()
cacheDir := filepath.Join(tmpDir, "cache")