Skip to content

Commit

Permalink
fix: vale not including nested files
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquin Montes committed Jan 16, 2024
1 parent 1620839 commit 366748c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vocab = word_list
[formats]
mdx = md

[*]
[*.md]
BasedOnStyles = Meilisearch
SkippedScopes = script, style, pre, figure, CodeSamples, ImageComp, RouteHighlighter
BlockIgnores = (?s)(^---$.*^---$)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"links-check": "cd .github/actions/validate-docs-links && yarn && yarn local:check",
"marklint:fix": "markdownlint '**/*.mdx' --config .markdownlint.jsonc --fix",
"marklint": "markdownlint '**/*.mdx' --config .markdownlint.jsonc",
"proselint": "vale **/*.mdx"
"proselint": "vale --glob='!.github/*' ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 366748c

Please sign in to comment.