Skip to content

Commit 91880c2

Browse files
committed
Skip vendor/composer/autoload_
1 parent 0febec1 commit 91880c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/listPrefix.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
}
2222

2323
$trimmedPath = substr($path, strlen($dir) + 1);
24+
if (str_starts_with($trimmedPath, 'vendor/composer/autoload_')) {
25+
continue;
26+
}
2427
$locations[] = $trimmedPath . ':' . ($i + 1);
2528
}
2629
}

0 commit comments

Comments
 (0)