Skip to content

Commit

Permalink
fix(docs): update example (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfiel authored Oct 19, 2023
1 parent 1280b08 commit fcae48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/configurable-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,10 @@ The following example asserts that the operation summary doesn't start with "The

```yaml
rules:
rule/operation-summary-contains-test:
rule/operation-summary-does-not-start-with-the:
subject:
type: Operation
property: The summary
property: summary
assertions:
notPattern: /^The/
```
Expand Down

1 comment on commit fcae48e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 75.95% 4010/5280
🟡 Branches 65.91% 2140/3247
🟡 Functions 67.95% 651/958
🟡 Lines 76.13% 3758/4936

Test suite run success

641 tests passing in 93 suites.

Report generated by 🧪jest coverage report action from fcae48e

Please sign in to comment.