Skip to content

Commit 79a2c82

Browse files
committed
Specifically ignore files in lint.yaml
1 parent 34e9833 commit 79a2c82

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
id: changed-files
2222
with:
2323
files: '**/*.md'
24+
files_ignore: |
25+
docs/wiki-guide/HF_*_Template*.md
26+
mkdocs.yaml
2427
separator: ","
2528

2629
# This runs the linter ONLY on the files identified above

.markdownlint.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44
"MD013": false,
55
"MD026": { "punctuation": ".,;:" },
66
"MD040": false,
7-
"MD046": false,
8-
"ignores": [
9-
"docs/wiki-guide/HF_*_Template*.md",
10-
"mkdocs.yaml"
11-
]
7+
"MD046": false
128
}

0 commit comments

Comments
 (0)