From fade62bd0fed188fa639e6ba3fe4b979ce869ff6 Mon Sep 17 00:00:00 2001 From: hanyujie2002 <84226578+hanyujie2002@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:56:29 +0800 Subject: [PATCH] zh-tw: add rule for force pronoun --- files/zh-tw/.markdownlint.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/zh-tw/.markdownlint.jsonc b/files/zh-tw/.markdownlint.jsonc index 0b1ced60fe026d..d765055e49f895 100644 --- a/files/zh-tw/.markdownlint.jsonc +++ b/files/zh-tw/.markdownlint.jsonc @@ -94,6 +94,12 @@ "searchPattern": "/\\]\\(https?:\\/\\/localhost:\\d+\\//g", "replace": "](/", "searchScope": "text" + }, + { + "name": "force-pronoun", + "message": "Consider using '你' instead of '您'", + "searchPattern": "/您/g", + "searchScope": "text" } ] }