From 382076fc5f459c05eae1cd93d9d3a77f24734619 Mon Sep 17 00:00:00 2001 From: Davlatjon Shavkatov Date: Wed, 27 Mar 2024 14:09:30 +0500 Subject: [PATCH] docs(configuration): typo fix `warn` -> `warning` This fixes case of ```console Failed to load config: Failed to parse configuration file: rules.scope-max-length.level: unknown variant `warn`, expected one of `error`, `ignore`, `warning ``` --- web/src/content/docs/config/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/content/docs/config/configuration.md b/web/src/content/docs/config/configuration.md index ad50fb0..c1c37d2 100644 --- a/web/src/content/docs/config/configuration.md +++ b/web/src/content/docs/config/configuration.md @@ -52,7 +52,7 @@ You can use the `--print-config` flag to print the configuration that will be us $ commitlint --print-config rules: description-empty: # Description must not be empty - level: warn + level: warning subject-empty: # Subject line must not be empty level: error type-empty: # Type must not be empty