Skip to content

Commit 00251b4

Browse files
committed
exclude hub.docker check
1 parent 5605fa6 commit 00251b4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.markdown-link-check.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://hub.docker.com*"
5+
}
6+
],
7+
28
"retryOn429": true,
39
"retryCount": 5,
4-
"aliveStatusCodes": [200, 203, 302]
10+
"aliveStatusCodes": [200, 203]
511
}

.mega-linter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ERROR_ON_MISSING_EXEC_BIT: true
1414
FORMATTERS_DISABLE_ERRORS: false
1515
IGNORE_GENERATED_FILES: true
1616
JSON_JSONLINT_ARGUMENTS: "-B"
17-
MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: "-v"
1817
MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false
1918
PRINT_ALL_FILES: false
2019
REPOSITORY_TRUFFLEHOG_ARGUMENTS: --exclude-paths=.trufflehogignore.txt

0 commit comments

Comments
 (0)