blob: ec176be838239215a96f39c649685fa374eb571b [file] [log] [blame]
{
"ignorePatterns": [
{
"pattern": "^(http|https|ftp|mailto):"
},
{
"pattern": "\\.\\./media/"
},
{
"comment": "anchors to current file are ignored",
"pattern": "^#.+$"
}
],
"replacementPatterns": [
{
"pattern": "^(?!(/|/media/))",
"replacement": "/ERROR:link-must-start-with-slash:"
},
{
"comment": "prefix with repo root",
"pattern": "^(?!(\\.|/ERROR:.*))",
"replacement": "<ROOT>/"
},
{
"comment": "remove anchor part",
"pattern": "#.+$",
"replacement": ""
}
]
}