添加规则以处理模糊的多项式符号,要求在Poly_m后添加空格

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-07-16 11:50:40 +08:00
parent d805dc5e0f
commit 8c6cfc02e5
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -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"