summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 5dcf13c..a7710eb 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -49,7 +49,6 @@ run options = do
let repo = fromMaybe "." (repository options)
let entry = fromMaybe "main.json" (entrypoint options)
let level = fromMaybe Suggestion (lintlevel options)
- print (config options)
lintconfig <- case configFile options of
Nothing -> error "Need a config file!"
@@ -60,9 +59,7 @@ run options = do
Just p -> pure (patch file p)
Nothing -> pure file
- print lintconfig
-
- lints <- recursiveCheckDir repo entry
+ lints <- recursiveCheckDir lintconfig repo entry
if json options
then printLB