@@ -11,6 +11,7 @@ extend-exclude = [
1111 " protos/google/cloud/bigquery/*/*/*.proto" ,
1212 " google/cloud/compute/*/*/*.h" ,
1313 # Truncates strings, which might not form valid words.
14+ " google/cloud/bigquery/v2/minimal/internal/job_request_test.cc" ,
1415 " google/cloud/internal/debug_string_protobuf_test.cc" ,
1516 # Testing input file
1617 " google/cloud/testing_util/rest_testing_large_json.json" ,
@@ -26,6 +27,7 @@ extend-exclude = [
2627 " google/cloud/cloudbuild/v2/repository_manager_client.h" ,
2728 " google/cloud/managedidentities/v1/managed_identities_client.h" ,
2829 " google/cloud/monitoring/v3/uptime_check_client.h" ,
30+ " google/cloud/networkconnectivity/v1/policy_based_routing_client.h" ,
2931 " google/cloud/rapidmigrationassessment/v1/rapid_migration_assessment_client.h" ,
3032 " google/cloud/resourcemanager/v3/projects_client.h" ,
3133 # The tool complains about `FIELDs` :shrug:
@@ -34,10 +36,11 @@ extend-exclude = [
3436 # keyfiles (or private keys) and contain character sequences that almost
3537 # look like words.
3638 " ci/etc/invalidated-keyfile.json" ,
37- " google/cloud/internal/rest_client_integration_test .cc" ,
39+ " google/cloud/internal/curl_rest_client_integration_test .cc" ,
3840 " google/cloud/internal/grpc_service_account_authentication_test.cc" ,
3941 " google/cloud/internal/oauth2_google_credentials_test.cc" ,
4042 " google/cloud/internal/oauth2_service_account_credentials_test.cc" ,
43+ " google/cloud/internal/rest_client_integration_test.cc" ,
4144 " google/cloud/testing_util/credentials_constants.h" ,
4245 " google/cloud/storage/client_options_test.cc" ,
4346 " google/cloud/storage/client_sign_policy_document_test.cc" ,
@@ -47,6 +50,7 @@ extend-exclude = [
4750 " google/cloud/storage/testing/constants.h" ,
4851 " google/cloud/storage/tests/unified_credentials_integration_test.cc" ,
4952 " google/cloud/storage/tools/make_jwt_assertion_for_test_data.py" ,
53+ " google/cloud/universe_domain_test.cc" ,
5054 # Input data for DocFX tests. It contains many long hex strings that confuse
5155 # the spell checker.
5256 " docfx/testing/inputs.cc" ,
0 commit comments