Skip to content

Commit

Permalink
fix markdown lint
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Sep 27, 2023
1 parent 1226648 commit 23173e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/support/analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ It has two sub-objects:
In this case, it checks if a value is greater than 500 milliseconds, and it hasn't been fulfilled (`fulfilled: false`).
- **`warnResult`**: Indicates whether the objective has issued a warning.
It checks if a value is greater than 300 milliseconds, and it hasn't been fulfilled (`fulfilled: false`).
<!-- markdownlint-disable-next-line -->
- **`warning`**: Indicates whether a warning has been issued (false in this case).
- **`pass`**: Indicates whether the objective has passed (true in this case).
- **`objective`**: Describes the objective being evaluated.
Expand Down Expand Up @@ -376,5 +377,5 @@ There are no warning conditions in this case.
**`maximumScore`**: Indicates the maximum possible score (maximumScore: 2).

**`pass`**: Indicates whether the overall evaluation has passed (true in this case).

<!-- markdownlint-disable-next-line -->
**`warning`**: Indicates whether any warnings have been issued during the evaluation (false in this case).

0 comments on commit 23173e8

Please sign in to comment.