git: 0a5cde437a - main - vale/styles: Disable SemanticLineBreak Rule for non-english languages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 18:59:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/doc/commit/?id=0a5cde437a7e3f57a7951a4576d0d2ba9616b0bb commit 0a5cde437a7e3f57a7951a4576d0d2ba9616b0bb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-19 18:58:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-19 18:58:10 +0000 vale/styles: Disable SemanticLineBreak Rule for non-english languages Other non English languages might have other punctuation symbols which might conflict with this rule. So disable this rule for other Non English languages. Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D39700 --- .vale.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vale.ini b/.vale.ini index 2169c73291..58d7203c55 100644 --- a/.vale.ini +++ b/.vale.ini @@ -20,6 +20,7 @@ FreeBSD.EOLSpacing = NO FreeBSD.Hang = NO FreeBSD.Hyphens = NO FreeBSD.Repitition = NO +FreeBSD.SemanticLineBreak = NO FreeBSD.Spacing = NO FreeBSD.Weasel = NO Vale.Avoid= NO @@ -35,6 +36,7 @@ FreeBSD.EOLSpacing = NO FreeBSD.Hang = NO FreeBSD.Hyphens = NO FreeBSD.Repitition = NO +FreeBSD.SemanticLineBreak = NO FreeBSD.Spacing = NO FreeBSD.Weasel = NO Vale.Avoid= NO