From e652c63376104e3cd71ba886b0b4a1e08b1fc3ac Mon Sep 17 00:00:00 2001 From: Ashish Tiwari Date: Wed, 18 Dec 2024 12:48:23 +0530 Subject: [PATCH] use luacheck: globals load --- apisix/plugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apisix/plugin.lua b/apisix/plugin.lua index 6d83c52d0af6..e2f93b5a44f3 100644 --- a/apisix/plugin.lua +++ b/apisix/plugin.lua @@ -35,7 +35,7 @@ local local_plugins = core.table.new(32, 0) local tostring = tostring local error = error -- make linter happy to avoid error: getting the Lua global "load" --- luacheck: ignore +-- luacheck: globals load, ignore lua_load local lua_load = load local is_http = ngx.config.subsystem == "http" local local_plugins_hash = core.table.new(0, 32)