From 1c219487d3f4dd03c01ff9aa1f298c7c18c7e189 Mon Sep 17 00:00:00 2001
From: sfence <sfence.software@gmail.com>
Date: Wed, 14 Apr 2021 16:20:20 +0200
Subject: [PATCH] Add support for craftguide mod recipe registration (#584)

---
 .luacheckrc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.luacheckrc b/.luacheckrc
index 96a7aac..37f4970 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -28,6 +28,8 @@
 
     "protector", "isprotect",
     "homedecor_expect_infinite_stacks",
+    
+    "craftguide", "i3"
 }
 
 files["concrete/init.lua"].ignore = { "steel_ingot" }

--
Gitblit v1.8.0