We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09292b3 commit ca6f6beCopy full SHA for ca6f6be
1 file changed
.librarian/generator-input/client-post-processing/allow-docs-warnings.yaml
@@ -17,6 +17,12 @@ url: https://github.com/googleapis/gapic-generator-python/issues/2490
17
# is annoying, but that's what synthtool expects and it's not worth fixing that
18
# at this stage.
19
replacements:
20
+ - paths: [
21
+ packages/google-analytics-data/noxfile.py,
22
+ ]
23
+ before: ' "-W", # warnings as errors\n'
24
+ after: ''
25
+ count: 1
26
- paths: [
27
packages/google-cloud-compute/noxfile.py,
28
]
0 commit comments