Software /
code /
prosody
Changeset
8054:0ba461b7d9af
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 04 Apr 2017 01:25:33 +0200 |
parents | 8053:7d26dab7ce0d |
children | 8055:b08d9295f036 |
files | plugins/mod_auth_cyrus.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_auth_cyrus.lua Tue Apr 04 01:25:10 2017 +0200 +++ b/plugins/mod_auth_cyrus.lua Tue Apr 04 01:25:33 2017 +0200 @@ -5,6 +5,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- luacheck: ignore 212 local log = require "util.logger".init("auth_cyrus");