未验证 提交 91e31dca 编写于 作者: G gaaclarke 提交者: GitHub

Made the license check ignore the .vscode directory. (#9398)

* Made the license check ignore the .vscode directory.

* updated license hash

* updated signature
上级 24c3f513
Signature: 987c7f6d5aa9e61354f5aff08b26462b
Signature: 72ebd2a03a8ef0d932f937c97ed540e5
......@@ -930,6 +930,7 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource {
entry.name != '.git' &&
entry.name != '.github' &&
entry.name != '.gitignore' &&
entry.name != '.vscode' &&
entry.name != 'test' &&
entry.name != 'test.disabled' &&
entry.name != 'test_support' &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册