From a13383cf78a699a886f1c30e0689f8143a9c1e0b Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Wed, 17 Nov 2021 01:06:02 +0100
Subject: [PATCH] remove unused --allowScripts flag

(didn't do anything, and it seems better to do all of these things in
the config anyways)
---
 src/Main.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Main.hs b/src/Main.hs
index be28f07..0315be4 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -28,8 +28,6 @@ data Options = Options
   -- ^ path to the repository containing maps to lint
   , entrypoint   :: Maybe String
   -- ^ entrypoint in that repository
-  , allowScripts :: Bool
-  -- ^ pass --allowScripts to allow javascript in map
   , json         :: Bool
   -- ^ emit json if --json was given
   , lintlevel    :: Maybe Level
-- 
GitLab