From 8c6cfc02e5498e33c15e4a5f5d52ece417631758 Mon Sep 17 00:00:00 2001 From: szdytom Date: Wed, 16 Jul 2025 11:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A7=84=E5=88=99=E4=BB=A5?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=A8=A1=E7=B3=8A=E7=9A=84=E5=A4=9A=E9=A1=B9?= =?UTF-8?q?=E5=BC=8F=E7=AC=A6=E5=8F=B7=EF=BC=8C=E8=A6=81=E6=B1=82=E5=9C=A8?= =?UTF-8?q?Poly=5Fm=E5=90=8E=E6=B7=BB=E5=8A=A0=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: szdytom --- lint.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lint.toml b/lint.toml index fc8d0b8..7cc7d43 100644 --- a/lint.toml +++ b/lint.toml @@ -39,3 +39,9 @@ name = "forbid-对于所有" pattern = "对于所有" enforce = true comment = "Please use 对于任意 instead of 对于所有" + +[[rule]] +name = "ambiguous-poly-notation" +pattern = "Poly_[a-z]\\(" +enforce = true +comment = "Missing space after Poly_m"