# HG changeset patch # User Kim Alvefur # Date 1491261910 -7200 # Node ID 7d26dab7ce0d587498026ef33b20caa8b1f74c2a # Parent f83a2d4826fb590c6220b95d7533c5d8df366aed mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck] diff -r f83a2d4826fb -r 7d26dab7ce0d plugins/mod_auth_anonymous.lua --- a/plugins/mod_auth_anonymous.lua Mon Apr 03 17:14:34 2017 +0200 +++ b/plugins/mod_auth_anonymous.lua Tue Apr 04 01:25:10 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 new_sasl = require "util.sasl".new; local datamanager = require "util.datamanager";