diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-22 13:14:34 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-22 13:14:34 +0900 |
| commit | fc6210763ca6c440e1992700df07948fe6ae97b4 (patch) | |
| tree | dcf2c86e4d9673c388ef5539130394767b415ee0 /.github | |
| parent | 40ca240c4cd863f9be2ca9a00cffdb1443750453 (diff) | |
| parent | 188e9b6fb01a8b228f4e4d7cce1d509e103f2610 (diff) | |
| download | mruby-fc6210763ca6c440e1992700df07948fe6ae97b4.tar.gz mruby-fc6210763ca6c440e1992700df07948fe6ae97b4.zip | |
Merge pull request #5487 from jbampton/lint-markdown
Enable markdownlint rules MD003,MD005,MD007
Diffstat (limited to '.github')
| -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 |
