From 146acdbd338c1e2c2523b720cd1b93a7db1476eb Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 28 Feb 2018 20:06:26 +0100 Subject: vairious: Add annotation when an empty environment is set [luacheck] --- core/usermanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/usermanager.lua') diff --git a/core/usermanager.lua b/core/usermanager.lua index f795e8ae..ca1666ed 100644 --- a/core/usermanager.lua +++ b/core/usermanager.lua @@ -24,6 +24,7 @@ local setmetatable = setmetatable; local default_provider = "internal_plain"; local _ENV = nil; +-- luacheck: std none local function new_null_provider() local function dummy() return nil, "method not implemented"; end; -- cgit v1.2.3