aboutsummaryrefslogtreecommitdiff
path: root/.vale/styles
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-22 15:00:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-22 15:00:41 +0000
commit36ac0e283eba5def9d2160145d742ce5d2da9b1d (patch)
tree883d76af1636598007d8c587be614478efdcc67b /.vale/styles
parent71f0bf9790c64fc68e8f4f618fc9adf75840d5d4 (diff)
downloaddoc-36ac0e283eba5def9d2160145d742ce5d2da9b1d.tar.gz
doc-36ac0e283eba5def9d2160145d742ce5d2da9b1d.zip
.vale/styles: Add exceptions for Spacing
The Spacing rule also catches [a-z].FreeBSD so add an exception.
Diffstat (limited to '.vale/styles')
-rw-r--r--.vale/styles/FreeBSD/Spacing.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vale/styles/FreeBSD/Spacing.yml b/.vale/styles/FreeBSD/Spacing.yml
index ab716c0e68..880a5dd921 100644
--- a/.vale/styles/FreeBSD/Spacing.yml
+++ b/.vale/styles/FreeBSD/Spacing.yml
@@ -5,3 +5,5 @@ nonword: true
tokens:
- '[a-z][.?!] {2,}[A-Z]'
- '[a-z][.?!][A-Z]'
+exceptions:
+ - '[a-z].F'