# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1487196284 -3600
# Node ID 2b3d0ab67f7d38e89ee3fb149de2c915d1c0d36e
# Parent  d8029b2e0f4329363e48670e8f8e40eb39e3afd5
mod_saslauth: Ignore shadowing of logger [luacheck]

diff -r d8029b2e0f43 -r 2b3d0ab67f7d plugins/mod_saslauth.lua
--- 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";