From 6d631c1727a37a2c33f4cb1ed1f5d689b3bed5fb Mon Sep 17 00:00:00 2001 From: leavesster <11785335+leavesster@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:07:37 +0800 Subject: [PATCH 1/2] docs(readme): requireConfig do not accept boolean --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c4acbf160..4eaea76fed3 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This disables the requirement of a configuration file for the repository and dis ```js onboarding: false, - requireConfig: false, + requireConfig: ignored, ``` ### `docker-cmd-file` From 31bb8d3d9ce40362c069f93e4e679c38b069222a Mon Sep 17 00:00:00 2001 From: leavesster <11785335+leavesster@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:03:40 +0800 Subject: [PATCH 2/2] use single quotation marks Co-authored-by: Rhys Arkins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eaea76fed3..cd6d085bd8a 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This disables the requirement of a configuration file for the repository and dis ```js onboarding: false, - requireConfig: ignored, + requireConfig: 'optional', ``` ### `docker-cmd-file`