From 603f8fdfc95a90f53fa37af67cce2a6ef20b0d45 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Wed, 29 Apr 2026 20:38:13 +0000 Subject: [PATCH] chore: disable analytics-data warnings as errors --- .../client-post-processing/allow-docs-warnings.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.librarian/generator-input/client-post-processing/allow-docs-warnings.yaml b/.librarian/generator-input/client-post-processing/allow-docs-warnings.yaml index 60fb84dca2ed..62224d9a13f7 100644 --- a/.librarian/generator-input/client-post-processing/allow-docs-warnings.yaml +++ b/.librarian/generator-input/client-post-processing/allow-docs-warnings.yaml @@ -17,6 +17,12 @@ url: https://github.com/googleapis/gapic-generator-python/issues/2490 # is annoying, but that's what synthtool expects and it's not worth fixing that # at this stage. replacements: + - paths: [ + packages/google-analytics-data/noxfile.py, + ] + before: ' "-W", # warnings as errors\n' + after: '' + count: 1 - paths: [ packages/google-cloud-compute/noxfile.py, ]