mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
This commit is contained in:
parent
76d4ce39f5
commit
fa9d2ec963
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ cache = true
|
|||
codes = true
|
||||
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", "113/unpack" }
|
||||
|
||||
std = "lua53c"
|
||||
max_line_length = 150
|
||||
|
||||
read_globals = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue