87469ef
# These are not real spelling errors...
3cb5b70
addFilter(r' spelling-error .*[ \(]en_US\)? (microservices|auth|gRPC|'
2933935
          r'channelz|proto(buf)?|unary|rpc|grpcio|csds|localhost|'
2933935
          r'grpc(debug)?|servicers|[Dx]DS|programatically) ')
87469ef
# Maybe some of these are supposed to be CRNL-terminated:
3cb5b70
addFilter(r' wrong-file-end-of-line-encoding '
3cb5b70
          r'/usr/share/doc/grpc/examples/csharp/')
87469ef
# We generally follow upstream package metadata for these:
87469ef
addFilter(r' description-shorter-than-summary')
87469ef
# Many subpackages do not have their own documentation!
87469ef
addFilter(r' no-documentation')
87469ef
# We believe we have patched all calls to SSL_CTX_set_cipher_list with
87469ef
# hard-coded values to use "PROFILE=SYSTEM" instead, thereby complying with the
87469ef
# system policy.
87469ef
addFilter(r' crypto-policy-non-compliance-openssl .* SSL_CTX_set_cipher_list')
87469ef
# These will not dangle after the ca-certificates dependency is installed:
87469ef
addFilter(r' dangling-relative-symlink .*\.pem$')
ce88e01
# We do not really have a way to work around this. It should be okay in
ce88e01
# practice. Hopefully the grpc_cli executable will become disentangled from the
ce88e01
# test libraries upstream and this will go away.
ce88e01
addFilter(r' shared-lib-without-dependency-information '
ce88e01
          r'/.*libgrpc.._error_details\.so')
ce88e01
# There is nothing to document for these; they do not have --help output and
ce88e01
# are intended for program use.
ce88e01
addFilter(r' no-manual-page-for-binary grpc_.*_plugin$')
ce88e01
# There is really no version information available.
ce88e01
addFilter(r' unversioned-explicit-provides bundled\(upb\)')
2933935
# We use rpmautospec, which rpmlint may not yet understand
2933935
addFilter(r' Possible unexpanded macro in: .*%autorelease$')
2933935
addFilter(r' %changelog entries must start with \*$')
2933935
# This really does make sense:
2933935
addFilter(r' summary-not-capitalized .*xDS$')