From 52b73711fc21e121267318677840a54fbe174b10 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 14 Nov 2021 03:09:50 +0100 Subject: Functional jitsiRoomAdminTag adjustment also yet another typeclass™, because why not? --- src/Main.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3