Software /
code /
prosody
Diff
plugins/mod_admin_adhoc.lua @ 8773:a785b1050644
mod_admin_adhoc: Silence various harmless warnings [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 01 May 2018 21:25:30 +0200 |
parent | 8772:375f2e663cea |
child | 9085:9bd38bbf8623 |
line wrap: on
line diff
--- a/plugins/mod_admin_adhoc.lua Tue May 01 21:02:15 2018 +0200 +++ b/plugins/mod_admin_adhoc.lua Tue May 01 21:25:30 2018 +0200 @@ -3,6 +3,7 @@ -- This file is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- luacheck: ignore 212/self 212/data 212/state 412/err local _G = _G;