Diff

plugins/mod_saslauth.lua @ 7899:2b3d0ab67f7d

mod_saslauth: Ignore shadowing of logger [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 15 Feb 2017 23:04:44 +0100
parent 7897:08bde6a6fd56
child 7940:e520dc0c3af4
line wrap: on
line diff
--- a/plugins/mod_saslauth.lua	Wed Feb 15 23:03:22 2017 +0100
+++ b/plugins/mod_saslauth.lua	Wed Feb 15 23:04:44 2017 +0100
@@ -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";