Skip to content

Commit

Permalink
removed two links to yaml spec as the site is down and it is breaking…
Browse files Browse the repository at this point in the history
… our preview builds in the marketing site (#1485)
  • Loading branch information
HCloward authored Mar 15, 2024
1 parent cbbea93 commit 8cda648
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 @@ -495,7 +495,7 @@ rules:

Take care using `notPattern` with multiline Markdown values such as `description` fields.
These may end with a newline or a space rather than the character you expect.
Use the [double-quoted style](https://yaml.org/spec/1.2.2/#731-double-quoted-style) or take account of this in your pattern.
Use the double-quoted style or take account of this in your pattern.

### `pattern` example

Expand All @@ -513,7 +513,7 @@ rules:

Take care using `pattern` with multiline Markdown values such as `description` fields.
These may end with a newline or a space rather than the character you expect.
Use the [double-quoted style](https://yaml.org/spec/1.2.2/#731-double-quoted-style) or take account of this in your pattern.
Use the double-quoted style or take account of this in your pattern.

### `ref` example

Expand Down

1 comment on commit 8cda648

@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 76.67% 4390/5726
🟡 Branches 66.99% 2358/3520
🟡 Functions 70.17% 722/1029
🟡 Lines 76.84% 4121/5363

Test suite run success

716 tests passing in 101 suites.

Report generated by 🧪jest coverage report action from 8cda648

Please sign in to comment.