diff options
author | Kim Alvefur <zash@zash.se> | 2022-07-10 16:10:29 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-07-10 16:10:29 +0200 |
commit | 561c588fd5e2624f8c2f3e6bfacad562a728f60f (patch) | |
tree | c893f1a840efe9c15ed281a36ae51990c970eb84 /.luacheckrc | |
parent | 906ff5a166dee9892acbb6db8b1eab440b635ba5 (diff) | |
download | prosody-561c588fd5e2624f8c2f3e6bfacad562a728f60f.tar.gz prosody-561c588fd5e2624f8c2f3e6bfacad562a728f60f.zip |
luacheck: Set expected globals to Lua 5.4 + compat
Requires luacheck 0.25.0
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index d08dfa70..6c948b17 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -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 = { |