Skip to content

Commit

Permalink
changed doc example to showcase new default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
thomend committed Oct 2, 2024
1 parent 1cd404d commit 7fd5b74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ encourage) good practices.
## Example

```
> dbt-score lint
> dbt-score lint --show_all
🥇 customers (score: 10.0)
OK dbt_score.rules.generic.has_description
OK dbt_score.rules.generic.has_owner: Model lacks an owner.
Expand All @@ -21,7 +21,8 @@ Score: 10.0 🥇

In this example, the model `customers` scores the maximum value of `10.0` as it
passes all the rules. It also is awarded a golden medal because of the perfect
score.
score. By default a passing model without rule violations will only be shown if
we pass the `---show_all` flag.

## Philosophy

Expand Down

0 comments on commit 7fd5b74

Please sign in to comment.