We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e9833 commit 79a2c82Copy full SHA for 79a2c82
.github/workflows/lint.yaml
@@ -21,6 +21,9 @@ jobs:
21
id: changed-files
22
with:
23
files: '**/*.md'
24
+ files_ignore: |
25
+ docs/wiki-guide/HF_*_Template*.md
26
+ mkdocs.yaml
27
separator: ","
28
29
# This runs the linter ONLY on the files identified above
.markdownlint.json
@@ -4,9 +4,5 @@
4
"MD013": false,
5
"MD026": { "punctuation": ".,;:" },
6
"MD040": false,
7
- "MD046": false,
8
- "ignores": [
9
- "docs/wiki-guide/HF_*_Template*.md",
10
- "mkdocs.yaml"
11
- ]
+ "MD046": false
12
}
0 commit comments