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 6d5eecd commit 1422312Copy full SHA for 1422312
lefthook.yml
@@ -6,8 +6,8 @@ pre-commit:
6
run: mdl {staged_files}
7
liche:
8
tags: links
9
- glob: "**/*.md"
10
- run: liche -c 2 -r docs/* -d docs/
+ glob: "*.md"
+ run: liche -d docs/ -r docs/* CHANGELOG.md README.md && test {staged_files}
11
forspell:
12
tags: grammar
13
glob: "**/*.md"
0 commit comments