From d42efe2960a242494a2813224a17369d65d512e1 Mon Sep 17 00:00:00 2001 From: alexweinstein Date: Wed, 13 Mar 2024 11:46:53 -0400 Subject: [PATCH] revert conf --- src/main/riddl/ImprovingApp.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/riddl/ImprovingApp.conf b/src/main/riddl/ImprovingApp.conf index 935a8b09..e9af801d 100644 --- a/src/main/riddl/ImprovingApp.conf +++ b/src/main/riddl/ImprovingApp.conf @@ -5,17 +5,17 @@ command = hugo # This block provides options that are common to any command. common = { + show-times = true show-include-times = true - verbose = false + verbose = true quiet = false dry-run = false show-warnings = true - show-missing-warnings = true + show-missing-warnings = false show-style-warnings = false show-usage-warnings = false debug = false group-by-message-kind = true - warnings-are-fatal = true } # This block provides options for the "hugo" command to translate riddl to a hugo web site.