Skip to content

Commit f55f642

Browse files
authored
add header checker config (GoogleCloudPlatform#5227)
* add header checker config * add requirements files to ignore
1 parent 9c8afca commit f55f642

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/header-checker-lint.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{"allowedCopyrightHolders": [],
2+
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
3+
"ignoreFiles": ["requirements.txt", "requirements-test.txt"],
4+
"sourceFileExtensions": [
5+
"ts",
6+
"js",
7+
"java",
8+
"sh",
9+
"Dockerfile",
10+
"yaml",
11+
"py",
12+
"html",
13+
"txt"
14+
]
15+
}

0 commit comments

Comments
 (0)