aboutsummaryrefslogtreecommitdiff
path: root/.vale/styles/FreeBSD/SemanticLineBreak.yml
blob: 3c685c970cf137eb29e23e1c54e33cbf55469e4b (plain) (blame)
1
2
3
4
5
6
7
8
extends: occurrence
message: "Only use one sentence per line."
level: suggestion
scope:
  - paragraph
  - list
max: 1
token: '(?<!Inc|e\.g)[.!?](?: |$)'