-
Notifications
You must be signed in to change notification settings - Fork 6.4k
/
header-checker-lint.yml
44 lines (40 loc) · 1.12 KB
/
header-checker-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
allowedCopyrightHolders:
- "Google LLC"
- "Google, Inc"
allowedLicenses:
- "Apache-2.0"
- "MIT"
- "BSD-3"
ignoreFiles:
- "**/requirements.txt"
- "**/requirements-composer.txt"
- "**/requirements-dev.txt"
- "**/requirements-test.txt"
- "**/__init__.py"
- "**/constraints.txt"
- "**/constraints-test.txt"
- "**/apt.txt"
- "**/ghcnd-stations.txt"
- "texttospeech/snippets/resources/example.txt"
- "texttospeech/snippets/resources/hello.txt"
- "language/**/resources/*.txt"
- "language/snippets/classify_text/resources/texts/*.txt"
- "dlp/snippets/resources/accounts.txt"
- "dlp/snippets/resources/harmless.txt"
- "dlp/snippets/resources/test.txt"
- "dlp/snippets/resources/term_list.txt"
- "generative_ai/prompts/test_resources/sample_prompt_template.txt"
- "generative_ai/prompts/test_resources/sample_system_instruction.txt"
- "service_extensions/callouts/add_header/service_pb2.py"
- "service_extensions/callouts/add_header/service_pb2_grpc.py"
ignoreLicenseYear: true
sourceFileExtensions:
- "ts"
- "js"
- "java"
- "sh"
- "Dockerfile"
- "yaml"
- "py"
- "html"
- "txt"