From 678fdee1b8f64f5c3aacbc80b44c5d4266c72593 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 11 Jun 2018 09:44:00 -0400 Subject: [PATCH] ignore some domains when checking external links fixes #881 --- .travis.yml | 2 +- blog/_posts/2017-04-01-announcing-skala.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39b6ace59..8d3723936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ script: - ( ! grep -qie Error -e Warn error.log ) - find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \) - find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \) | ( ! read ) -- bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href +- bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href --url-ignore "/trends.google.com/,/pgp.mit.edu/" diff --git a/blog/_posts/2017-04-01-announcing-skala.md b/blog/_posts/2017-04-01-announcing-skala.md index f20454613..f3a3e04e6 100644 --- a/blog/_posts/2017-04-01-announcing-skala.md +++ b/blog/_posts/2017-04-01-announcing-skala.md @@ -127,7 +127,7 @@ complete. One of Scala's great innovations was support for using method names in infix position, and Odersky would like to take that one step further to make all method applications postfix by default. As Mark Twain observes in his [appraisal -of German sentence structure](), "...the writer +of German sentence structure](https://en.wikipedia.org/wiki/The_Awful_German_Language), "...the writer [appends] 'haben sind gewesen gehabt haben geworden sein,' or words to that effect, and the monument is finished." To Odersky, postfix verbs are like "the alpenglow of a sentence".