Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/licenses_golden/tool_signature
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Signature: cb8556d451f3040815fe5ee661d5dbad
Signature: 70f28de8b1b5d020e6870e2da16913ee

1 change: 1 addition & 0 deletions tools/licenses/lib/paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ final Set<String> skippedPaths = <String>{
r'third_party/benchmark', // only used by tests
r'third_party/boringssl/src/crypto/err/err_data_generate.go',
r'third_party/boringssl/src/fuzz', // testing tools, not shipped
r'third_party/boringssl/src/rust', // rust-related code is not shipped
r'third_party/boringssl/src/util', // code generators, not shipped
r'third_party/colorama/src/demos',
r'third_party/colorama/src/screenshots',
Expand Down