Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan committed Jun 20, 2024
1 parent 62234b6 commit 63a928c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63a928c

Please sign in to comment.