mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
lint: No longer ignore access to the deprecated global 'unpack'
_G.unpack is deprecated in Lua 5.2
This commit is contained in:
parent
fa9d2ec963
commit
2d56ac0394
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
cache = true
|
||||
codes = true
|
||||
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", "113/unpack" }
|
||||
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", }
|
||||
|
||||
std = "lua53c"
|
||||
max_line_length = 150
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue