diff options
author | Kim Alvefur <zash@zash.se> | 2017-02-15 23:04:44 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-02-15 23:04:44 +0100 |
commit | 7d79421b6e703c62382534db614a8da2a3e91ff3 (patch) | |
tree | 3fafdb774f5613004648fbadb392edd575a58e15 | |
parent | 7b00dce835bd682365798bc2573985f03ad7315d (diff) | |
download | prosody-7d79421b6e703c62382534db614a8da2a3e91ff3.tar.gz prosody-7d79421b6e703c62382534db614a8da2a3e91ff3.zip |
mod_saslauth: Ignore shadowing of logger [luacheck]
-rw-r--r-- | plugins/mod_saslauth.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_saslauth.lua b/plugins/mod_saslauth.lua index b9ce6d60..68c4fe64 100644 --- a/plugins/mod_saslauth.lua +++ b/plugins/mod_saslauth.lua @@ -5,7 +5,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- - +-- luacheck: ignore 431/log local st = require "util.stanza"; |