diff options
author | stuebinm | 2021-11-17 01:06:02 +0100 |
---|---|---|
committer | stuebinm | 2021-11-17 01:06:02 +0100 |
commit | a13383cf78a699a886f1c30e0689f8143a9c1e0b (patch) | |
tree | 00302e8f773c2c2f34403488167a3a2f2632e319 /src | |
parent | ac21c10ca9a0ca3fed263a2e761e4045e6353473 (diff) |
remove unused --allowScripts flag
(didn't do anything, and it seems better to do all of these things in
the config anyways)
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
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 |