Skip to content

Commit ca6f6be

Browse files
authored
chore: disable analytics-data warnings as errors (#16881)
Similar to #16716 disable warnings as errors for this one API to unblock generation.
1 parent 09292b3 commit ca6f6be

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.librarian/generator-input/client-post-processing/allow-docs-warnings.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ url: https://github.com/googleapis/gapic-generator-python/issues/2490
1717
# is annoying, but that's what synthtool expects and it's not worth fixing that
1818
# at this stage.
1919
replacements:
20+
- paths: [
21+
packages/google-analytics-data/noxfile.py,
22+
]
23+
before: ' "-W", # warnings as errors\n'
24+
after: ''
25+
count: 1
2026
- paths: [
2127
packages/google-cloud-compute/noxfile.py,
2228
]

0 commit comments

Comments
 (0)