diff options
| author | John Bampton <[email protected]> | 2021-06-22 06:56:46 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-06-22 06:57:03 +1000 |
| commit | 188e9b6fb01a8b228f4e4d7cce1d509e103f2610 (patch) | |
| tree | be30e63729f3ec039505b4b87a0ecded7e0bb9ed /.github/linters | |
| parent | 8416e706ba1758e6d0f85adf0f2b3510ce711862 (diff) | |
| download | mruby-188e9b6fb01a8b228f4e4d7cce1d509e103f2610.tar.gz mruby-188e9b6fb01a8b228f4e4d7cce1d509e103f2610.zip | |
Enable markdownlint rules MD003,MD005,MD007
Lint Markdown
https://github.com/DavidAnson/markdownlint#rules--aliases
Diffstat (limited to '.github/linters')
| -rw-r--r-- | .github/linters/.markdown-lint.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index a6b8cbc4f..a1023acbd 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -4,15 +4,6 @@ # MD001 heading-increment/header-increment - Heading levels should only increment by one level at a time MD001: false -# MD003 heading-style/header-style - Heading style -MD003: false - -# MD005 list-indent - Inconsistent indentation for list items at the same level -MD005: false - -# MD007 ul-indent - Unordered list indentation -MD007: false - # MD010 no-hard-tabs - Hard tabs MD010: false |
