mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-05 15:25:25 +00:00
9 lines
139 B
YAML
9 lines
139 B
YAML
extends: existence
|
|
message: "Do not start a paragraph with a 'but'."
|
|
level: error
|
|
scope: paragraph
|
|
action:
|
|
name: remove
|
|
tokens:
|
|
- ^But
|