From 14736e414fd99190232635542cd7eb8d8292a5d9 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Fri, 14 Jun 2024 16:20:53 +0000 Subject: [PATCH] luacheck ignore --- pocket/startup.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pocket/startup.lua b/pocket/startup.lua index f88c2e6..03eefec 100644 --- a/pocket/startup.lua +++ b/pocket/startup.lua @@ -2,11 +2,8 @@ -- SCADA System Access on a Pocket Computer -- - --- luacheck: no undefined ---@diagnostic disable-next-line: undefined-global -local _is_pocket_env = pocket or periphemu --- luacheck: undefined +local _is_pocket_env = pocket or periphemu -- luacheck: ignore pocket require("/initenv").init_env()