Skip to content

Commit 31e23e3

Browse files
chore: Add header checker config (#1171)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/fa6ff9f1-e296-4e28-98a3-5ddf90650592/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@573f765
1 parent 4576f02 commit 31e23e3

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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": ["Google LLC"],
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+
}

docs/dyn/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@
564564

565565

566566
## memcache
567+
* [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/memcache_v1.html)
567568
* [v1beta2](http://googleapis.github.io/google-api-python-client/docs/dyn/memcache_v1beta2.html)
568569

569570

@@ -651,6 +652,7 @@
651652

652653
## realtimebidding
653654
* [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/realtimebidding_v1.html)
655+
* [v1alpha](http://googleapis.github.io/google-api-python-client/docs/dyn/realtimebidding_v1alpha.html)
654656

655657

656658
## recommendationengine

synth.metadata

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-api-python-client.git",
7-
"sha": "cc94ec86e652769e9d3d5cb6d6491efb8d76dd21"
7+
"sha": "4576f024c5c021e50e912ea5768213ab293c2593"
88
}
99
},
1010
{
@@ -18,7 +18,7 @@
1818
"git": {
1919
"name": "synthtool",
2020
"remote": "https://github.com/googleapis/synthtool.git",
21-
"sha": "fb53b6fb373b7c3edf4e55f3e8036bc6d73fa483"
21+
"sha": "573f7655311b553a937f9123bee17bf78497db95"
2222
}
2323
}
2424
],
@@ -28,6 +28,7 @@
2828
".github/ISSUE_TEMPLATE/feature_request.md",
2929
".github/ISSUE_TEMPLATE/support_request.md",
3030
".github/PULL_REQUEST_TEMPLATE.md",
31+
".github/header-checker-lint.yml",
3132
".github/release-please.yml",
3233
".github/snippet-bot.yml",
3334
".kokoro/build.sh",

0 commit comments

Comments
 (0)