lint: No longer ignore access to the deprecated global 'unpack'

_G.unpack is deprecated in Lua 5.2
This commit is contained in:
Kim Alvefur 2018-12-08 17:07:28 +01:00
parent fa9d2ec963
commit 2d56ac0394

View file

@ -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