summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Main.hs2
1 files changed, 0 insertions, 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