From e4b5c49e0dfade05dce58bb44d462bc941056b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Mon, 15 Jan 2024 19:58:13 +0000 Subject: [PATCH] Fix lint/prettier Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- docs/usage/config-validation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/config-validation.md b/docs/usage/config-validation.md index d8a607122a55c9..4d6b18335a95a8 100644 --- a/docs/usage/config-validation.md +++ b/docs/usage/config-validation.md @@ -27,6 +27,7 @@ $ npx --yes --package renovate -- renovate-config-validator By default, the validator program fails with a non-zero exit code if there are any validation warnings or errors. You can pass the `--strict` flag to make it fail if a scanned config needs migration: + ```console $ npx --yes --package renovate -- renovate-config-validator --strict INFO: Validating renovate.json