The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
545 B

---
4 years ago
Checks: '-*,
bugprone-*,
-bugprone-forward-declaration-namespace,
-bugprone-integer-division,
-bugprone-misplaced-widening-cast,
-bugprone-narrowing-conversions,
-bugprone-too-small-loop-variable,
performance-*,
-performance-unnecessary-copy-initialization,
-performance-unnecessary-value-param,
google-build-namespaces,
google-build-explicit-make-pair,
modernize-use-nullptr,
readability-function-size'
WarningsAsErrors: '*'
CheckOptions:
- key: readability-function-size.StatementThreshold
value: '450'