Skip to content

Commit ef79c5b

Browse files
chore: Add header checker config to python library synth (#199)
Now that we have it working in [python-docs-samples](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/header-checker-lint.yml) we should consider adding it to the 🐍 libraries :) Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Source-Date: Mon Jan 25 13:24:08 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 573f7655311b553a937f9123bee17bf78497db95 Source-Link: googleapis/synthtool@573f765
1 parent ff1f118 commit ef79c5b

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

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+
}

packages/google-cloud-bigtable/synth.metadata

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigtable.git",
7-
"sha": "227482f8fd5ea500b3677348ee3fa25e486a2163"
7+
"sha": "e2213520951d3da97019a1d784e5bf31d94e3353"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
22+
"sha": "573f7655311b553a937f9123bee17bf78497db95"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
29+
"sha": "573f7655311b553a937f9123bee17bf78497db95"
3030
}
3131
}
3232
],
@@ -58,6 +58,7 @@
5858
".github/ISSUE_TEMPLATE/feature_request.md",
5959
".github/ISSUE_TEMPLATE/support_request.md",
6060
".github/PULL_REQUEST_TEMPLATE.md",
61+
".github/header-checker-lint.yml",
6162
".github/release-please.yml",
6263
".github/snippet-bot.yml",
6364
".gitignore",

0 commit comments

Comments
 (0)