Add grpcio to spelling exclusions in rpmlintrc file

This commit is contained in:
Benjamin A. Beasley 2021-04-07 08:18:34 -04:00
parent 13d2166fd0
commit 3cb5b701a1

View File

@ -1,7 +1,9 @@
# These are not real spelling errors...
addFilter(r' spelling-error .*[ \(]en_US\)? (microservices|auth|gRPC|channelz|proto(buf)?|unary|rpc) ')
addFilter(r' spelling-error .*[ \(]en_US\)? (microservices|auth|gRPC|'
r'channelz|proto(buf)?|unary|rpc)|grpcio ')
# Maybe some of these are supposed to be CRNL-terminated:
addFilter(r' wrong-file-end-of-line-encoding /usr/share/doc/grpc/examples/csharp/')
addFilter(r' wrong-file-end-of-line-encoding '
r'/usr/share/doc/grpc/examples/csharp/')
# We generally follow upstream package metadata for these:
addFilter(r' description-shorter-than-summary')
# Many subpackages do not have their own documentation!