afe5bb9
# 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
# 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.
afe5bb9
addFilter(r' unversioned-explicit-provides bundled\((upb|utf8_range)\)')
afe5bb9
# There is no replacement for these.
afe5bb9
addFilter(r' obsolete-not-provided python3-grpcio-(admin|csds)$')
afe5bb9
# Every RPM has this…
afe5bb9
addFilter(r' strange-permission grpc\.spec 600$')
afe5bb9
# This is OK; it just doesn’t link libc
afe5bb9
addFilter(r' shared-library-without-dependency-information /.*/libgrpc\+\+_error_details\.so\.')
afe5bb9
# It is reasonable for trivial __init__.py files to be duplicates.
afe5bb9
addFilter(r' files-duplicate .*__init__\.py')