From 9822df587e5aed8ecc1e16902e56526e353f78c9 Mon Sep 17 00:00:00 2001 From: Doug Stephen Date: Fri, 22 Sep 2023 12:06:50 -0500 Subject: [PATCH] Ignore _envlibrequire in luacheck --- drivers/SmartThings/jbl/src/log.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/SmartThings/jbl/src/log.lua b/drivers/SmartThings/jbl/src/log.lua index 46d41043a1..737dfd1aea 100644 --- a/drivers/SmartThings/jbl/src/log.lua +++ b/drivers/SmartThings/jbl/src/log.lua @@ -12,6 +12,8 @@ -- See the License for the specific language governing permissions and -- limitations under the License. +-- luacheck: globals _envlibrequire + local original_log if _envlibrequire ~= nil then original_log = _envlibrequire("log")