Skip to content

Commit 2e14db8

Browse files
committed
README: Ignore entire _includes folder with markdownlint
Markdown in these folders are very unpredictable and should have a bunch of rules disabled for them. With 'markdownlint-cli' this isn't possible, and would require changing to 'markdownlint-cli2' since they seem to support per-directory settings
1 parent 03d0873 commit 2e14db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For Markdown specifically we use `markdownlint-cli`. Example command:
4343

4444
```bash
4545
cd <website root>
46-
markdownlint --ignore site/vendor/ --ignore site/_data/plugin-repository/ --ignore site/_includes/tablets.md . 2>&1 | less
46+
markdownlint --ignore site/vendor/ --ignore site/_data/plugin-repository/ --ignore site/_includes/ . 2>&1 | less
4747
```
4848

4949
## Contributors to Old OpenTabletDriver.Web

0 commit comments

Comments
 (0)