mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
luacheck: Set expected globals to Lua 5.4 + compat
Requires luacheck 0.25.0
This commit is contained in:
parent
906ff5a166
commit
561c588fd5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ cache = true
|
||||||
codes = true
|
codes = true
|
||||||
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "214", "581" }
|
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "214", "581" }
|
||||||
|
|
||||||
std = "lua53c"
|
std = "lua54c"
|
||||||
max_line_length = 150
|
max_line_length = 150
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue