Skip to content

Commit 1846522

Browse files
committed
Fix docs sanity to ignore vendor folder
1 parent f08d3a7 commit 1846522

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.markdownlint-cli2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignores:
2+
- "vendor/**/*.md"

docs/.markdownlint.yaml renamed to .markdownlint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ MD033: false
1010
MD034: false
1111
MD041: false
1212
ignores:
13-
- CHANGELOG.md
14-
- "vendor/**"
13+
- "vendor/**/*.md"

.spellcheck.yml renamed to .spellcheck.local.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
matrix:
3434
- name: Markdown
3535
sources:
36-
- ['docs/**/*.md', '!docs/doxygen/mainpage.md', '!docs/contributing/documentation-standards.md']
37-
- ['tools/autotag/templates/**/*.md', '!tools/autotag/templates/**/5*.md', '!tools/autotag/templates/**/6.0*.md', '!tools/autotag/templates/**/6.1*.md']
38-
expect_match: false
36+
- '!vendor/**|docs/**/*.md|!docs/doxygen/mainpage.md|!docs/contributing/documentation-standards.md'
37+
expect_match: true
38+
jobs: 4
3939
aspell:
4040
lang: en
4141
dictionary:
@@ -115,8 +115,9 @@ matrix:
115115
- pyspelling.filters.url:
116116
- name: reST
117117
sources:
118-
- 'docs/**/*.rst'
119-
expect_match: false
118+
- '!vendor/**|docs/**/*.rst'
119+
expect_match: true
120+
jobs: 4
120121
aspell:
121122
lang: en
122123
dictionary:

docs/.markdownlint-cli2.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)