mirror of https://github.com/grpc/grpc.git
parent
92d1b5c433
commit
f8a4aae119
7 changed files with 30 additions and 15 deletions
@ -1,6 +1,6 @@ |
|||||||
--- |
--- |
||||||
Checks: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size,performance-*' |
Checks: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size,performance-*,bugprone-*' |
||||||
WarningsAsErrors: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size,performance-*' |
WarningsAsErrors: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size,performance-*,bugprone-*' |
||||||
CheckOptions: |
CheckOptions: |
||||||
- key: readability-function-size.StatementThreshold |
- key: readability-function-size.StatementThreshold |
||||||
value: '450' |
value: '450' |
||||||
|
Loading…
Reference in new issue