mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-05 15:25:25 +00:00
28 lines
518 B
YAML
28 lines
518 B
YAML
---
|
|
extends: existence
|
|
ignorecase: true
|
|
level: warning
|
|
link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/slash/
|
|
message: "Use either 'or' or 'and' in '%s'"
|
|
# source: "IBM - Slashes, p. 68"
|
|
scope:
|
|
- sentence
|
|
- heading
|
|
tokens:
|
|
- '(?<!/)\w+/\w+'
|
|
exceptions:
|
|
- '\d{1,4}\/\d{1,4}'
|
|
- "0/"
|
|
- "[Ii]nput/[Oo]utput"
|
|
- "C/C"
|
|
- "client/server"
|
|
- "I/O"
|
|
- "N/A"
|
|
- "read/write"
|
|
- "SSL/TLS"
|
|
- "TCP/IP"
|
|
- "upstream/downstream"
|
|
- "z/OS"
|
|
- "z/OSMF"
|
|
- "[Kk]ey/value"
|