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', '.cpp',
'.css', '.css',
'.Dockerfile', '.Dockerfile',
'.go',
'.h', '.h',
'.htm', '.htm',
'.html', '.html',
'.java',
'.js', '.js',
'.proto', '.proto',
'.py', '.py',
'.rs',
'.sh', '.sh',
'.ts',
] ]
THIRD_PARTY_DIR_NAME = 'third_party' THIRD_PARTY_DIR_NAME = 'third_party'