You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/04/25 17:37:41 UTC

[beam-site] 01/02: Ignore jstorm.io to unblock presubmits.

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 7ec72b8ab0d6062cc83f3c3f6a93eb516ed6efc9
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Apr 25 10:09:50 2018 -0700

    Ignore jstorm.io to unblock presubmits.
---
 Rakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Rakefile b/Rakefile
index 605ed5b..3f1d232 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,6 +12,7 @@ task :test do
     :allow_hash_href => true,
     :check_html => true,
     :file_ignore => [/javadoc/, /v2/, /pydoc/],
+    :url_ignore => [/jstorm.io/],
     :parallel => { :in_processes => Etc.nprocessors },
     }).run
 end

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.