Skip to content

Commit f098b73

Browse files
authored
chore(ci): Update header-checker-lint.yml (#46)
1 parent cca508d commit f098b73

1 file changed

Lines changed: 21 additions & 15 deletions

File tree

.github/header-checker-lint.yml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
{"allowedCopyrightHolders": ["Google LLC"],
2-
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
3-
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt", "docs/state_of_the_union.txt"],
4-
"sourceFileExtensions": [
5-
"ts",
6-
"js",
7-
"java",
8-
"sh",
9-
"Dockerfile",
10-
"yaml",
11-
"py",
12-
"html",
13-
"txt"
14-
]
15-
}
1+
allowedCopyrightHolders:
2+
- "Google LLC"
3+
allowedLicenses:
4+
- "Apache-2.0"
5+
sourceFileExtensions:
6+
- "yaml"
7+
- "yml"
8+
- "sh"
9+
- "proto"
10+
- "Dockerfile"
11+
- "py"
12+
- "html"
13+
- "text"
14+
ignoreFiles:
15+
- ".github/release-please.yml"
16+
- ".github/release-trigger.yml"
17+
- ".github/header-checker-lint.yml"
18+
- ".github/sync-repo-settings.yaml"
19+
- ".kokoro/**"
20+
- "**/requirements.txt"
21+
- "**/requirements-test.txt"

0 commit comments

Comments
 (0)