forked from googleapis/google-cloud-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
33 lines (33 loc) · 1.71 KB
/
.typos.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[files]
extend-exclude = [
# Testing input file
"google/cloud/testing_util/rest_testing_large_json.json",
# Test files
"google/cloud/pubsublite/internal/default_routing_policy_test.cc",
# Autogenerated
"google/cloud/bigtable/internal/readrowsparser_acceptance_tests.inc",
# The source proto files have one or more typos in their comments
"google/cloud/asset/v1/asset_client.h",
"google/cloud/channel/v1/cloud_channel_client.h",
"google/cloud/gameservices/v1/game_server_deployments_client.h",
"google/cloud/managedidentities/v1/managed_identities_client.h",
"google/cloud/monitoring/v3/uptime_check_client.h",
"google/cloud/resourcemanager/v3/projects_client.h",
# Files with binary blobs in base64 format. These are usually invalidated
# keyfiles (or private keys) and contain character sequences that almost
# look like words.
"ci/etc/invalidated-keyfile.json",
"google/cloud/internal/rest_client_integration_test.cc",
"google/cloud/internal/grpc_service_account_authentication_test.cc",
"google/cloud/internal/oauth2_google_credentials_test.cc",
"google/cloud/internal/oauth2_service_account_credentials_test.cc",
"google/cloud/testing_util/credentials_constants.h",
"google/cloud/storage/client_options_test.cc",
"google/cloud/storage/client_sign_policy_document_test.cc",
"google/cloud/storage/client_sign_url_test.cc",
"google/cloud/storage/oauth2/google_credentials_test.cc",
"google/cloud/storage/oauth2/service_account_credentials_test.cc",
"google/cloud/storage/testing/constants.h",
"google/cloud/storage/tests/unified_credentials_integration_test.cc",
"google/cloud/storage/tools/make_jwt_assertion_for_test_data.py",
]