Skip to content

Commit

Permalink
Revert skipUrlPatterns for failing link checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jul 23, 2024
1 parent 459a63a commit 9899954
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ const remarkConfig = {
remarkLintNoDeadUrls,
{
skipUrlPatterns: [
// "https://www.php.net",
// "https://jqueryvalidation.org",
// "https://business.adobe.com/products/magento/partners.html",
// "https://business.adobe.com",
// "https://www.adobe.com/legal/terms/enterprise-licensing/magento-legacy-terms.html"
"https://jqueryvalidation.org",
"https://business.adobe.com"
]
}
]
Expand Down

0 comments on commit 9899954

Please sign in to comment.