From 244acd81f41c3bed1454242df2ace00bf71451b4 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 4 Apr 2017 01:25:33 +0200 Subject: mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck] --- plugins/mod_auth_cyrus.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mod_auth_cyrus.lua b/plugins/mod_auth_cyrus.lua index 7668f8c4..0debc287 100644 --- a/plugins/mod_auth_cyrus.lua +++ b/plugins/mod_auth_cyrus.lua @@ -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"); -- cgit v1.2.3