From 9cad8e4ccfa896b1390631473741bcb4e5f294ff Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 19 Sep 2024 17:19:27 -0400 Subject: [PATCH] fix: conf.json --- conf.json | 1 - expected.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.json b/conf.json index 2f60063..f974342 100644 --- a/conf.json +++ b/conf.json @@ -12,7 +12,6 @@ "-meta=readme", "-whitelist=stderr", "-whitelist=stdout", - "-whitelist=.*\\.toml", "-whitelist=.*\\.md", "-whitelist=healthcheck", "-whitelist=.git.*" diff --git a/expected.json b/expected.json index 6f31c46..e2df862 100644 --- a/expected.json +++ b/expected.json @@ -1 +1 @@ -[{"name":"healthcheck","results":[{"score":0,"comment":"## Forbidden File Check Failed:\nThe following forbidden files were found: expected.json\n\nTo fix it, first make a backup of your repository and then run the following commands:\nfor i in expected.json; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin \ngit push --set-upstream origin --force\n## Release Tag Check Failed:\nWrong release tag 'a0' or missing release tags. Please use one of 'h1', 'h2', 'test'.\n"}],"force_quit":true}] +[{"name":"healthcheck","results":[{"score":0,"comment":"## Forbidden File Check Failed:\nThe following forbidden files were found: conf.json, expected.json, joj3_result.json\n\nTo fix it, first make a backup of your repository and then run the following commands:\nfor i in conf.json expected.json joj3_result.json; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin \ngit push --set-upstream origin --force\n## Release Tag Check Failed:\nWrong release tag 'a0' or missing release tags. Please use one of 'h1', 'h2', 'test'.\n"}],"force_quit":true}]