aboutsummaryrefslogtreecommitdiff
path: root/.github/header-checker-lint.yml
blob: 6fe78aa7987a6961a8593f4d4235e84845a7764b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{"allowedCopyrightHolders": ["Google LLC"],
 "allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
 "ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt"],
 "sourceFileExtensions": [
 	"ts", 
 	"js", 
 	"java", 
 	"sh", 
 	"Dockerfile", 
 	"yaml", 
 	"py",
 	"html",
 	"txt"
 ]
}