Quellcode durchsuchen

Add google clang-tidy check for free

Noah Eisen vor 7 Jahren
Ursprung
Commit
fe0ac0d6c9
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      tools/distrib/run_clang_tidy.py

+ 3 - 0
tools/distrib/run_clang_tidy.py

@@ -26,6 +26,9 @@ import jobset
 
 
 GRPC_CHECKS = [
 GRPC_CHECKS = [
     'modernize-use-nullptr',
     'modernize-use-nullptr',
+    'google-build-namespaces',
+    'google-build-explicit-make-pair',
+    'google-readability-namespace-comments',
 ]
 ]
 
 
 extra_args = [
 extra_args = [