Skip to content

Commit 293648e

Browse files
committed
fix: ignore licence for markdownlint
1 parent db5cd21 commit 293648e

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.markdownlint-cli2.jsonc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"config": {
3-
"MD013": false
4-
},
5-
"globs": ["**/*.md"],
6-
"gitignore": true,
7-
"ignores": ["spec-examples/*/README.md", "crates/*/examples/README.md", "python/examples/README.md", "target/**/*.md"]
8-
}
2+
"config": {
3+
"MD013": false
4+
},
5+
"globs": ["**/*.md"],
6+
"gitignore": true,
7+
"ignores": [
8+
"spec-examples/*/README.md",
9+
"crates/*/examples/README.md",
10+
"python/examples/README.md",
11+
"target/**/*.md",
12+
"LICENSE-*"
13+
]
14+
}

0 commit comments

Comments
 (0)