Add license checking for more languages (#9630)

This commit is contained in:
jonathanmetzman 2023-02-07 16:09:32 -05:00 committed by GitHub
parent adc61605a0
commit f029180d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -262,13 +262,17 @@ _CHECK_LICENSE_EXTENSIONS = [
'.cpp',
'.css',
'.Dockerfile',
'.go',
'.h',
'.htm',
'.html',
'.java',
'.js',
'.proto',
'.py',
'.rs',
'.sh',
'.ts',
]
THIRD_PARTY_DIR_NAME = 'third_party'