From 279790044c0f0e2c253e3b0db1229a53d0e443b5 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Mon, 6 Jul 2020 15:20:04 -0400 Subject: [PATCH] docs: correct name for markdown-lint --- docs/disabling-linters.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 96b93f5e..596e847c 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -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 \ No newline at end of file +- There is currently **No** way to disable rules in an entire file