From 5bc3181837f2566343346404ab8c84cab01328fd Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Mon, 14 Oct 2024 10:38:36 -0400 Subject: [PATCH] feat: tidy conf --- conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.json b/conf.json index 26b6c51..21b0948 100644 --- a/conf.json +++ b/conf.json @@ -9,15 +9,15 @@ "args": [ "./healthcheck", "-root=.", - "-meta=readme", - "-repoSize=0.1", "-whitelist=stderr", "-whitelist=stdout", "-whitelist=.*\\.toml", "-whitelist=.*\\.md", "-whitelist=healthcheck", "-whitelist=.*\\.json", - "-whitelist=.git.*" + "-whitelist=.git.*", + "-meta=readme", + "-repoSize=0.1" ], "env": [ "PATH=/usr/bin:/bin"