Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c4fe774

Browse files
committed
revert licenses stuff
1 parent e57aff3 commit c4fe774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/licenses_golden/tool_signature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Signature: 1893444c692852b589d3dc792248cdfd
1+
Signature: fdaf33383efb94fa6bbc158cbc25635c
2+

tools/licenses/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,6 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource {
919919
/// directory (a.k.a. buildroot).
920920
bool shouldRecurse(fs.IoNode entry) {
921921
return !entry.fullName.endsWith('third_party/gn') &&
922-
entry.name != '.cache' &&
923922
entry.name != '.cipd' &&
924923
entry.name != '.git' &&
925924
entry.name != '.github' &&

0 commit comments

Comments
 (0)