Public Access
30 lines
861 B
YAML
30 lines
861 B
YAML
extends: substitution
|
|
message: "Use '%s' instead of '%s'."
|
|
link: "https://developers.google.com/style/word-list"
|
|
level: warning
|
|
# Case matters here: each key's own capitalization is what's being corrected,
|
|
# so ignorecase would make these match their own replacements. The rest of the
|
|
# word list lives in WordListCase.yml.
|
|
ignorecase: false
|
|
action:
|
|
name: replace
|
|
swap:
|
|
Ajax: AJAX
|
|
Android device: Android-powered device
|
|
android: Android
|
|
API explorer: APIs Explorer
|
|
authN: authentication
|
|
authZ: authorization
|
|
CLI: command-line tool
|
|
Cloud: Google Cloud Platform|GCP
|
|
Container Engine: Kubernetes Engine
|
|
Developers Console: Google API Console|API Console
|
|
Google account: Google Account
|
|
Google accounts: Google Accounts
|
|
Googling: search with Google
|
|
HTTPs: HTTPS
|
|
k8s: Kubernetes
|
|
SHA1: SHA-1|HAS-SHA1
|
|
url: URL
|
|
World Wide Web: web
|