cc39db
# These are not real spelling errors...
cc39db
addFilter(r' spelling-error .*[ \(]en_US\)? (microservices|auth|gRPC|'
cc39db
          r'channelz|proto(buf)?|unary|rpc)|grpcio ')
cc39db
# Maybe some of these are supposed to be CRNL-terminated:
cc39db
addFilter(r' wrong-file-end-of-line-encoding '
cc39db
          r'/usr/share/doc/grpc/examples/csharp/')
cc39db
# We generally follow upstream package metadata for these:
cc39db
addFilter(r' description-shorter-than-summary')
cc39db
# Many subpackages do not have their own documentation!
cc39db
addFilter(r' no-documentation')
cc39db
# We believe we have patched all calls to SSL_CTX_set_cipher_list with
cc39db
# hard-coded values to use "PROFILE=SYSTEM" instead, thereby complying with the
cc39db
# system policy.
cc39db
addFilter(r' crypto-policy-non-compliance-openssl .* SSL_CTX_set_cipher_list')
cc39db
# These will not dangle after the ca-certificates dependency is installed:
cc39db
addFilter(r' dangling-relative-symlink .*\.pem$')