Skip to content

Commit

Permalink
Ignore to test links that start with 'http://'
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Aug 7, 2023
1 parent b9f8454 commit 5886fc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ task test: [:build] do
check_favicon: true,
check_html: true,
disable_external: true,

# Use REGEX to ignore URLs in a domain
ignore_urls: [
%r{^http://},
],

# NOTE: You can ignore files or URLs as follows
#file_ignore: [
# /node_modules/,
Expand Down

0 comments on commit 5886fc8

Please sign in to comment.