mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-20 08:50:17 +00:00
fix lint
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
fdf272c53d
commit
447bb356fd
@ -45,3 +45,9 @@ name = "ambiguous-poly-notation"
|
|||||||
pattern = "Poly_[a-z]\\("
|
pattern = "Poly_[a-z]\\("
|
||||||
enforce = true
|
enforce = true
|
||||||
comment = "Missing space after Poly_m"
|
comment = "Missing space after Poly_m"
|
||||||
|
|
||||||
|
[[rule]]
|
||||||
|
name = "use-tab-as-indent"
|
||||||
|
pattern = "^[ ]+"
|
||||||
|
enforce = true
|
||||||
|
comment = "Please use tab as indent instead of spaces"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user