Skip to content

Commit d3dd5b6

Browse files
authored
Update header-checker config (GoogleCloudPlatform#5358)
* Update header-checker config This will unblock GoogleCloudPlatform#5352 * also exclude __init__.py
1 parent f23b2d5 commit d3dd5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/header-checker-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{"allowedCopyrightHolders": ["Google LLC"],
22
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
3-
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
3+
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/requirements-composer.txt", "__init__.py"],
44
"sourceFileExtensions": [
55
"ts",
66
"js",

0 commit comments

Comments
 (0)