mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
9 lines
215 B
YAML
9 lines
215 B
YAML
|
extends: existence
|
||
|
message: "Put a space between the number and the units in '%s'."
|
||
|
nonword: true
|
||
|
ignorecase: true
|
||
|
level: warning
|
||
|
tokens:
|
||
|
- \d+(?:B|KB|MB|GB|TB|PB)(?:\s|\.|,)
|
||
|
- \d+(?:ns|ms|s|min|h|d)(?:\s|\.|,)
|