fix(workspace): correct selene config rule variant to deny

This commit is contained in:
Serkyo 2026-05-12 12:12:06 +02:00
parent 51683c08ac
commit eeb4118041

View file

@ -1,4 +1,4 @@
std = "lua54"
[rules]
unknown_variable = "error"
unknown_variable = "deny"