util/sasl_cyrus.lua
changeset 8558 4f0f5b49bb03
parent 6780 5de6b93d0190
--- a/util/sasl_cyrus.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/sasl_cyrus.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -61,6 +61,7 @@
 setmetatable(sasl_errstring, { __index = function() return "undefined error!" end });
 
 local _ENV = nil;
+-- luacheck: std none
 
 local method = {};
 method.__index = method;