This is an automated email from the ASF dual-hosted git repository. kenn pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 25414da523d537096599e52fff2b9fb025e59388 Author: Kenneth Knowles <[email protected]> AuthorDate: Fri May 4 13:16:06 2018 -0700 Do not validate links from datatorrent.com --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3f1d232..3398fe9 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ task :test do :allow_hash_href => true, :check_html => true, :file_ignore => [/javadoc/, /v2/, /pydoc/], - :url_ignore => [/jstorm.io/], + :url_ignore => [/jstorm.io/, /datatorrent.com/], :parallel => { :in_processes => Etc.nprocessors }, }).run end -- To stop receiving notification emails like this one, please contact [email protected].
