mirror of https://github.com/google/oss-fuzz.git
Add license checking for more languages (#9630)
This commit is contained in:
parent
adc61605a0
commit
f029180d24
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue