Skip to content

Commit 1e01e99

Browse files
committed
html-proofer の除外ルールを調整
1 parent dc4240d commit 1e01e99

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Rakefile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ task test: [:build] do
1313
enforce_https: true,
1414

1515
# NOTE: You can ignore file, URL, and response as follows
16-
ignore_files: [
17-
/google(.*)\.html/,
18-
],
16+
ignore_files: [],
17+
18+
# Use REGEX to skip testing URLs in a domain
1919
ignore_urls: [
20-
%r{^http://coderdojo-nago.com}, # Use REGEX to skip testing URLs in a domain like this
21-
%r{^http://www.2469samurai.com},
22-
%r{^http://food.starfree.jp},
23-
%r{^http://ichikawa.coderdojo.chiba.jp},
24-
%r{^http://coderdojo-sennan.net},
25-
]
20+
"http://www.fablab-saga.com/",
21+
],
22+
2623
#ignore_status_ignore: [0, 500, 999],
2724
}
2825

0 commit comments

Comments
 (0)