mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
51853b6ca9
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
12 lines
180 B
YAML
12 lines
180 B
YAML
extends: existence
|
|
message: "Don't use exclamation points in text."
|
|
nonword: true
|
|
level: error
|
|
action:
|
|
name: edit
|
|
params:
|
|
- trim_right
|
|
- "!"
|
|
tokens:
|
|
- '\w+!(?:\s|$)'
|