We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b2324 commit 800b527Copy full SHA for 800b527
scripts/check_xrefs.sh renamed to scripts/lint_xrefs.sh
@@ -31,7 +31,9 @@ done < <(
31
':(exclude)**/*.lock' \
32
':(exclude)**/*.svg' \
33
':(exclude)**/*.xml' \
34
- ':(exclude)**/third-party/**' \
+ ':(exclude,glob)**/third-party/**' \
35
+ ':(exclude,glob)**/third_party/**' \
36
+ | grep -v '@lint-ignore' \
37
| grep -Ev 'https?://' \
38
| sed -E \
39
-e 's#([^:]+):\[[^]]+\]\(([^)]+)\)#\1:\2#' \
0 commit comments