aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2021-04-11 04:09:14 -0700
committerGitHub <noreply@github.com>2021-04-11 07:09:14 -0400
commit282725df279936d2490248cafe71a6d3eb9985f5 (patch)
tree54baf75a24ffc264bea07953e381b5ff2d9e62a7 /.github
parent8c7ac29ce8b1680fc0991f5001ed4a6ad580f951 (diff)
downloadpython-api-core-282725df279936d2490248cafe71a6d3eb9985f5.tar.gz
chore: add constraints file check for python samples (#170)
This is the sibling PR to https://github.com/GoogleCloudPlatform/python-docs-samples/pull/5611 and this is the issue opened for it https://github.com/GoogleCloudPlatform/python-docs-samples/issues/5549
Diffstat (limited to '.github')
-rw-r--r--.github/header-checker-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/header-checker-lint.yml b/.github/header-checker-lint.yml
index fc281c0..6fe78aa 100644
--- a/.github/header-checker-lint.yml
+++ b/.github/header-checker-lint.yml
@@ -1,6 +1,6 @@
{"allowedCopyrightHolders": ["Google LLC"],
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
- "ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
+ "ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt"],
"sourceFileExtensions": [
"ts",
"js",