14 lines
488 B
YAML
14 lines
488 B
YAML
extends: substitution
|
|
message: Did you mean '%s' instead of '%s'
|
|
level: warning
|
|
ignorecase: false
|
|
# swap maps tokens in form of bad: good
|
|
# NOTE: The left-hand (bad) side can match the right-hand (good) side;
|
|
# Vale ignores alerts that match the intended form.
|
|
swap:
|
|
'cloud-dedicated|clustered': cloud-serverless
|
|
'Cloud Dedicated|Clustered': Cloud Serverless
|
|
'(?i)database token': API token
|
|
'(?i)management token': API token
|
|
'(?i)database': bucket
|
|
'(?i)table': measurement |