From a154643e381711daa191d64cdfb8856cb572de96 Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 13 Aug 2023 20:21:23 +0200 Subject: [PATCH] Repo: Add the image processing API to .luacheckrc --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index 0b4bb943..cf667ae5 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -9,6 +9,7 @@ ignore = { globals = { -- Runtime APIs "C_FileSystem", + "C_ImageProcessing", "C_Runtime", "C_Timer", "C_WebView",