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 dc4240d commit 1e01e99Copy full SHA for 1e01e99
Rakefile
@@ -13,16 +13,13 @@ task test: [:build] do
13
enforce_https: true,
14
15
# NOTE: You can ignore file, URL, and response as follows
16
- ignore_files: [
17
- /google(.*)\.html/,
18
- ],
+ ignore_files: [],
+
+ # Use REGEX to skip testing URLs in a domain
19
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
- ]
+ "http://www.fablab-saga.com/",
+ ],
26
#ignore_status_ignore: [0, 500, 999],
27
}
28
0 commit comments