Software /
code /
prosody
Comparison
.luacheckrc @ 12587:1332c650400d
luacheck: Set expected globals to Lua 5.4 + compat
Requires luacheck 0.25.0
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 10 Jul 2022 16:10:29 +0200 |
parent | 12585:6abbf2dd2b14 |
child | 12642:9061f9621330 |
comparison
equal
deleted
inserted
replaced
12585:6abbf2dd2b14 | 12587:1332c650400d |
---|---|
1 cache = true | 1 cache = true |
2 codes = true | 2 codes = true |
3 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "214", "581" } | 3 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "214", "581" } |
4 | 4 |
5 std = "lua53c" | 5 std = "lua54c" |
6 max_line_length = 150 | 6 max_line_length = 150 |
7 | 7 |
8 read_globals = { | 8 read_globals = { |
9 "prosody", | 9 "prosody", |
10 "import", | 10 "import", |