Skip to content

Commit 4395c66

Browse files
authored
fix: correct way of excluding files in markdownlint and lychee (#13)
1 parent a7a63ba commit 4395c66

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/linters/. lycheeignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/linters/.lycheeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Dead irrelevant path in pkgdown/favicon
2+
http://svgjs.dev/svgjs

.github/linters/.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ADDITIONAL_EXCLUDED_DIRECTORIES:
77
- dev
88
SPELL_LYCHEE_FILE_EXTENSIONS: "*"
99
SPELL_CSPELL_ANALYZE_FILE_NAMES: false
10-
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_INCLUDE: "tests/testthat/_snaps"
10+
MARKDOWN_MARKDOWNLINT_ARGUMENTS: "--ignore tests/testthat/_snaps"

0 commit comments

Comments
 (0)