# HG changeset patch # User Kim Alvefur # Date 1491261933 -7200 # Node ID 0ba461b7d9afae0e8cf73029c3b9dd3b0854430e # Parent 7d26dab7ce0d587498026ef33b20caa8b1f74c2a mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck] diff -r 7d26dab7ce0d -r 0ba461b7d9af plugins/mod_auth_cyrus.lua --- 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");