16 lines
507 B
YAML
16 lines
507 B
YAML
extends: spelling
|
|
message: "Did you really mean '%s'?"
|
|
level: warning
|
|
scope:
|
|
- ~table.header
|
|
- ~table.cell
|
|
ignore:
|
|
# Ignore the following words. All words are case-insensitive.
|
|
# To use case-sensitive matching, use the filters section or vocabulary Terms.
|
|
- InfluxDataDocs/Terms/ignore.txt
|
|
- InfluxDataDocs/Terms/query-functions.txt
|
|
filters:
|
|
# Allow product-specific Branding.yml configurations to handle [Ss]erverless while also allowing serverless as a valid dictionary word.
|
|
- '[Ss]erverless'
|
|
|