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',
|
'.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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue