From 63a928c9d4713bb90bd687ad16a0d3b9f56322a2 Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Thu, 20 Jun 2024 14:35:41 +0200 Subject: [PATCH] Update docs --- docs/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 1d3870b..fa4815a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -49,10 +49,10 @@ The following options can be set in the `pyproject.toml` file: this setting, that the default rules are in `dbt_score.rules` and are disabled if not included here. - `disabled_rules`: A list of rules to disable. -- `fail_project_under`: If the project score is below this value the command - will fail with return code 1. -- `fail_any_model_under`: If ay model scores below this value the command will - fail with return code 1. +- `fail_project_under` (default: `5.0`): If the project score is below this + value the command will fail with return code 1. +- `fail_any_model_under` (default: `5.0`): If ay model scores below this value + the command will fail with return code 1. #### Badges configuration