From 3cb5b701a1466152d148e2bd9c3ca09b44b1716e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 7 Apr 2021 08:18:34 -0400 Subject: [PATCH] Add grpcio to spelling exclusions in rpmlintrc file --- grpc.rpmlintrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/grpc.rpmlintrc b/grpc.rpmlintrc index d0dbfdf..5f9e915 100644 --- a/grpc.rpmlintrc +++ b/grpc.rpmlintrc @@ -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!