Skip to content

Commit 91e31dc

Browse files
authored
Made the license check ignore the .vscode directory. (flutter#9398)
* Made the license check ignore the .vscode directory. * updated license hash * updated signature
1 parent 24c3f51 commit 91e31dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/licenses_golden/tool_signature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Signature: 987c7f6d5aa9e61354f5aff08b26462b
1+
Signature: 72ebd2a03a8ef0d932f937c97ed540e5
22

tools/licenses/lib/main.dart

+1
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource {
930930
entry.name != '.git' &&
931931
entry.name != '.github' &&
932932
entry.name != '.gitignore' &&
933+
entry.name != '.vscode' &&
933934
entry.name != 'test' &&
934935
entry.name != 'test.disabled' &&
935936
entry.name != 'test_support' &&

0 commit comments

Comments
 (0)