Software / code / prosody
Changeset
9690:75ed3403065d
lint: No longer ignore access to the deprecated global 'unpack'
_G.unpack is deprecated in Lua 5.2
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 08 Dec 2018 17:07:28 +0100 |
| parents | 9689:9e2ee40b4a0a |
| children | 9691:e11e076f0eb8 |
| files | .luacheckrc |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.luacheckrc Sat Dec 08 17:00:30 2018 +0100 +++ b/.luacheckrc Sat Dec 08 17:07:28 2018 +0100 @@ -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