From 2ebcdfd0eb8dcda6b8b531d8b83b724b82a5163d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lidi=28=EB=A6=AC=EB=94=94=29?= Date: Fri, 26 Aug 2022 20:36:16 +0900 Subject: [PATCH] docs: correct subject case rule in readme config-conventional #3340 (#3341) --- @commitlint/config-conventional/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/config-conventional/README.md b/@commitlint/config-conventional/README.md index b3821b74bc..0ee15a977c 100644 --- a/@commitlint/config-conventional/README.md +++ b/@commitlint/config-conventional/README.md @@ -77,7 +77,7 @@ echo "fix: some message" # passes #### subject-case - **condition**: `subject` is in one of the cases `['sentence-case', 'start-case', 'pascal-case', 'upper-case']` -- **rule**: `always` +- **rule**: `never` - **level**: `error` ```sh