mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
Merge pull request #386 from ahmadnassri/patch-1
docs: correct name for markdown-lint
This commit is contained in:
commit
5a0d8a360e
1 changed files with 2 additions and 3 deletions
|
@ -310,9 +310,8 @@ ignore_templates:
|
|||
- [markdownlint inline comment syntax](https://github.com/DavidAnson/markdownlint#configuration)
|
||||
|
||||
### markdownlint Config file
|
||||
- `.github/linters/.markdown-lint.yml`
|
||||
- You can pass multiple rules and overwrite default rules
|
||||
- File should be located at: `.github/linters/.markdownlint.yml`
|
||||
- File should be located at: `.github/linters/.markdown-lint.yml`
|
||||
|
||||
### markdownlint disable single line
|
||||
```markdown
|
||||
|
@ -791,4 +790,4 @@ lint:
|
|||
- There is currently **No** way to disable rules in a code block
|
||||
|
||||
### htmlhint disable entire file
|
||||
- There is currently **No** way to disable rules in an entire file
|
||||
- There is currently **No** way to disable rules in an entire file
|
||||
|
|
Loading…
Reference in a new issue