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 b787223 commit 2250c74Copy full SHA for 2250c74
tools/test.sh
@@ -61,9 +61,9 @@ main() {
61
-d "$SITE_DIR$_baseurl" -c "$_config"
62
63
# test
64
- bundle exec htmlproofer "$SITE_DIR" \
65
- --disable-external \
66
- --ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
+ # CORRECTED: Removing explicit flags to force HTMLProofer to use the
+ # .htmlproofer.yml file for configuration (which contains disable_external: true).
+ bundle exec htmlproofer "$SITE_DIR"
67
}
68
69
while (($#)); do
@@ -86,4 +86,4 @@ while (($#)); do
86
esac
87
done
88
89
-main
+main
0 commit comments