Diff

util/sasl/plain.lua @ 8555:4f0f5b49bb03

vairious: Add annotation when an empty environment is set [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 28 Feb 2018 20:06:26 +0100
parent 8095:57192cf193c7
child 10913:54953b5a214b
line wrap: on
line diff
--- a/util/sasl/plain.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/sasl/plain.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -17,6 +17,7 @@
 local log = require "util.logger".init("sasl");
 
 local _ENV = nil;
+-- luacheck: std none
 
 -- ================================
 -- SASL PLAIN according to RFC 4616