Skip to content

Commit 765b694

Browse files
committed
ignore changelogs and api files for markdown-lint
1 parent 2f727ba commit 765b694

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/.markdownlint-cli2.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ ignores:
2020
# add or remove ignored directories here
2121
- "docs/ru"
2222
- "docs/zh"
23-
- "docs/en/whats-new"
24-
- "docs/en/_placeholders"
23+
- "docs/whats-new"
24+
- "docs/_placeholders"
2525
- "docs/operations/settings/settings.md" # autogenerated
2626
- "docs/operations/settings/settings-formats.md" # autogenerated
27+
- "docs/cloud/manage/api"
2728
customRules:
2829
# add custom rules here
2930
- "./markdownlint/rules/links_url_type.js"

0 commit comments

Comments
 (0)