mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-20 08:50:17 +00:00
添加规则以处理模糊的多项式符号,要求在Poly_m后添加空格
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
d805dc5e0f
commit
8c6cfc02e5
@ -39,3 +39,9 @@ name = "forbid-对于所有"
|
|||||||
pattern = "对于所有"
|
pattern = "对于所有"
|
||||||
enforce = true
|
enforce = true
|
||||||
comment = "Please use 对于任意 instead of 对于所有"
|
comment = "Please use 对于任意 instead of 对于所有"
|
||||||
|
|
||||||
|
[[rule]]
|
||||||
|
name = "ambiguous-poly-notation"
|
||||||
|
pattern = "Poly_[a-z]\\("
|
||||||
|
enforce = true
|
||||||
|
comment = "Missing space after Poly_m"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user