From f0af43ef78388cb6d787956676e755283e46b745 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 11 Apr 2021 05:36:44 -0700 Subject: [PATCH] chore: add constraints file check for python samples (#16) 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 --- .../google-cloud-audit-log/.github/header-checker-lint.yml | 2 +- packages/google-cloud-audit-log/synth.metadata | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/google-cloud-audit-log/.github/header-checker-lint.yml b/packages/google-cloud-audit-log/.github/header-checker-lint.yml index fc281c05bd55..6fe78aa7987a 100644 --- a/packages/google-cloud-audit-log/.github/header-checker-lint.yml +++ b/packages/google-cloud-audit-log/.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", diff --git a/packages/google-cloud-audit-log/synth.metadata b/packages/google-cloud-audit-log/synth.metadata index bff5432af9b9..fd141e71366f 100644 --- a/packages/google-cloud-audit-log/synth.metadata +++ b/packages/google-cloud-audit-log/synth.metadata @@ -4,21 +4,21 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-audit-log.git", - "sha": "f8e535c13a3546ce382cc7e5fdddc42458a97f80" + "sha": "e14194538cb4978b97b683c116d577074f485944" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ff39353f34a36e7643b86e97724e4027ab466dc6" + "sha": "0a071b3460344886297a304253bf924aa68ddb7e" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ff39353f34a36e7643b86e97724e4027ab466dc6" + "sha": "0a071b3460344886297a304253bf924aa68ddb7e" } } ],