From 97f15152849a1eb7032101b9d6de6850aad07ab1 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Tue, 2 Jun 2020 21:31:46 +0200
Subject: [PATCH] build: add luacheck support for package/features

---
 .luacheckrc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.luacheckrc b/.luacheckrc
index 62d839a32..f532e1bfd 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -12,6 +12,7 @@ include_files = {
 	"**/*.lua",
 	"package/**/luasrc/**/*",
 	"targets/*",
+	"package/features",
 }
 
 exclude_files = {
@@ -104,3 +105,10 @@ files["targets/*"] = {
 		"try_config",
 	},
 }
+
+files["package/features"] = {
+	read_globals = {
+		"_",
+		"feature",
+	},
+}
-- 
GitLab