Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2023 15:01:40 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 36ac0e283e - main - .vale/styles: Add exceptions for Spacing
Message-ID:  <202312221501.3BMF1ecK023344@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/doc/commit/?id=36ac0e283eba5def9d2160145d742ce5d2da9b1d

commit 36ac0e283eba5def9d2160145d742ce5d2da9b1d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-22 15:00:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-22 15:00:41 +0000

    .vale/styles: Add exceptions for Spacing
    
    The Spacing rule also catches [a-z].FreeBSD so add an exception.
---
 .vale/styles/FreeBSD/Spacing.yml | 2 ++
 1 file changed, 2 insertions(+)

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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312221501.3BMF1ecK023344>