mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
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|$)'
|