mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
8 lines
219 B
YAML
8 lines
219 B
YAML
|
extends: existence
|
||
|
message: 'Punctuation should be inside the quotes.'
|
||
|
link: https://docs.microsoft.com/en-us/style-guide/punctuation/quotation-marks
|
||
|
level: error
|
||
|
nonword: true
|
||
|
tokens:
|
||
|
- '["“][^"”“]+["”][.,]'
|