Date: Sun, 16 Jul 2023 19:55:41 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 687e479a9e - main - .vale/styles: Fix error detection for Pronouns rule Message-ID: <202307161955.36GJtfXd011334@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=687e479a9e02d88b39e69cb8747c79127af430bb commit 687e479a9e02d88b39e69cb8747c79127af430bb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-16 19:54:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-16 19:55:35 +0000 .vale/styles: Fix error detection for Pronouns rule Currently due to the nonword keyword all the pronouns are are considered as sub words and is throwing errors. Grab pronouns on whole words only. --- .vale/styles/FreeBSD/Pronouns.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.vale/styles/FreeBSD/Pronouns.yml b/.vale/styles/FreeBSD/Pronouns.yml index 15d8352874..35d92cffab 100644 --- a/.vale/styles/FreeBSD/Pronouns.yml +++ b/.vale/styles/FreeBSD/Pronouns.yml @@ -3,7 +3,6 @@ extends: existence message: "Avoid pronouns such as '%s'." ignorecase: true level: warning -nonword: true tokens: - (?:^|\s)I\s - (?:^|\s)I,\s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307161955.36GJtfXd011334>
