mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
18 lines
408 B
TOML
18 lines
408 B
TOML
[[rule]]
|
|
name = "trailing-whitespace"
|
|
pattern = "\\s+\\n$"
|
|
enforce = true
|
|
comment = "Trailing whitespace at line end"
|
|
|
|
[[rule]]
|
|
name = "not-centered-dots-within-big-notations"
|
|
pattern = "[=+][\\s&]*dots[^\\.]"
|
|
enforce = true
|
|
comment = "Please use dots.c within = or +"
|
|
|
|
[[rule]]
|
|
name = "centered-dots-within-small-notations"
|
|
pattern = "[,][\\s&]*dots\\.c"
|
|
enforce = true
|
|
comment = "Please use dots within ,"
|