git: 36ac0e283e - main - .vale/styles: Add exceptions for Spacing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Dec 2023 15:01:40 UTC
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'