fix(workspace): correct selene config rule variant to deny
This commit is contained in:
parent
51683c08ac
commit
eeb4118041
|
|
@ -1,4 +1,4 @@
|
|||
std = "lua54"
|
||||
|
||||
[rules]
|
||||
unknown_variable = "error"
|
||||
unknown_variable = "deny"
|
||||
|
|
|
|||
Loading…
Reference in a new issue