We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc262b commit 4e3438dCopy full SHA for 4e3438d
scripts/config/markdownlint.yaml
@@ -9,3 +9,6 @@ MD024:
9
10
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md033.md
11
MD033: false
12
+
13
+ignores:
14
+ - "**/sdk/**/*"
scripts/config/vale/vale.ini
@@ -4,17 +4,10 @@ MinAlertLevel = suggestion
4
5
Vocab = words
6
7
-[**/sdk/*.md]
8
-BasedOnStyles =
-vale.Spelling = NO
-
-[**/sdk/python/README.md]
15
-[sdk/python/README.md]
16
17
18
19
[*.md]
20
BasedOnStyles = Vale
+[**/sdk/**/*.md]
+BasedOnStyles =
+Vale.Spelling = NO
0 commit comments