diff --git a/selene.toml b/selene.toml index 66d868b..371667c 100644 --- a/selene.toml +++ b/selene.toml @@ -1,4 +1,6 @@ -std = "lua52" + [rules] unknown_variable = "deny" +# Standard library is omitted to avoid "feature not enabled" errors in the pre-compiled binary. +# Custom globals should be added to the [rules] or via custom std files later.