Skip to content

Commit 800b527

Browse files
authored
Update and rename check_xrefs.sh to lint_xrefs.sh
1 parent e8b2324 commit 800b527

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/check_xrefs.sh renamed to scripts/lint_xrefs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ done < <(
3131
':(exclude)**/*.lock' \
3232
':(exclude)**/*.svg' \
3333
':(exclude)**/*.xml' \
34-
':(exclude)**/third-party/**' \
34+
':(exclude,glob)**/third-party/**' \
35+
':(exclude,glob)**/third_party/**' \
36+
| grep -v '@lint-ignore' \
3537
| grep -Ev 'https?://' \
3638
| sed -E \
3739
-e 's#([^:]+):\[[^]]+\]\(([^)]+)\)#\1:\2#' \

0 commit comments

Comments
 (0)