Skip to content

Commit

Permalink
Ignore URLs of Github issues during remark check
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Nov 18, 2021
1 parent dfa3071 commit ae7aa97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .remarkrc
Expand Up @@ -6,7 +6,8 @@
"lint-no-dead-urls": {
"skipLocalhost": true,
"skipUrlPatterns": [
"https://help.liferay.com"
"https://help.liferay.com",
"https://github.com/LayerManager/layman/issues/"
]
}
}
Expand Down

0 comments on commit ae7aa97

Please sign in to comment.