Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-07-16 11:53:55 +08:00
parent fdf272c53d
commit 447bb356fd
Signed by: szTom
GPG Key ID: 072D999D60C6473C
2 changed files with 7 additions and 1 deletions

View File

@ -45,3 +45,9 @@ name = "ambiguous-poly-notation"
pattern = "Poly_[a-z]\\("
enforce = true
comment = "Missing space after Poly_m"
[[rule]]
name = "use-tab-as-indent"
pattern = "^[ ]+"
enforce = true
comment = "Please use tab as indent instead of spaces"