summaryrefslogtreecommitdiff
path: root/lib/LintConfig.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/LintConfig.hs2
1 files changed, 2 insertions, 0 deletions
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