luacheck: Set expected globals to Lua 5.4 + compat

Requires luacheck 0.25.0
This commit is contained in:
Kim Alvefur 2022-07-10 16:10:29 +02:00
parent 906ff5a166
commit 561c588fd5

View file

@ -2,7 +2,7 @@ cache = true
codes = true
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "214", "581" }
std = "lua53c"
std = "lua54c"
max_line_length = 150
read_globals = {