Skip to content

Commit

Permalink
Update MarkdownLint.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Sep 1, 2022
1 parent c19f435 commit 913f33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tool/MarkdownLint.php
Expand Up @@ -8,8 +8,8 @@ final class MarkdownLint extends AbstractTool
{
public function command(): string
{
// 'markdownlint doc/book/**/*.md'
// 'markdownlint docs/book/**/*.md'
// 'markdownlint doc/book/**/*.md'
// 'markdownlint docs/book/**/*.md'
return 'yamllint -d relaxed --no-warnings mkdocs.yml';
}

Expand Down

0 comments on commit 913f33f

Please sign in to comment.