1
0
mirror of synced 2025-11-06 05:10:37 +08:00

lint: skip MD029 and MD036

Skipping:

* MD029 Ordered list item prefix
* MD036 Emphasis used instead of a header

These rules are not fully applied to this repository yet and
further discussion is probably needed on how to deal with them.

Example markdownlint run:

* https://github.com/Anduin2017/HowToCook/runs/5226805159
This commit is contained in:
Bobby Rong
2022-02-17 12:09:19 +08:00
parent d57038870b
commit 3a47ae8c8a

View File

@@ -14,4 +14,4 @@ jobs:
- name: Install packages
run: sudo gem install mdl
- name: Lint markdown files
run: mdl *.md
run: mdl *.md -r ~MD029,~MD036