From 8fc10996e17ba164dc8e29d77efd03113a1f63f0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 14 Nov 2021 21:26:46 +0100 Subject: config options: implement script-related options --- lib/LintConfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/LintConfig.hs') diff --git a/lib/LintConfig.hs b/lib/LintConfig.hs index 28559bd..5596005 100644 --- a/lib/LintConfig.hs +++ b/lib/LintConfig.hs @@ -38,6 +38,8 @@ data LintConfig f = LintConfig -- ^ Maximum warn level allowed before the lint fails , configDontCopyAssets :: HKD f Bool -- ^ Don't copy map assets (mostly useful for development) + , configAllowScripts :: HKD f Bool + -- ^ Allow defining custom scripts in maps } deriving (Generic) type LintConfig' = LintConfig Identity -- cgit v1.2.3