File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ script:
13
13
- ( ! grep -qie Error -e Warn error.log )
14
14
- find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \)
15
15
- find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \) | ( ! read )
16
- - bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href
16
+ - bundle exec htmlproofer ./_site/ --only-4xx --empty-alt-ignore --allow-hash-href --url-ignore "/trends.google.com/,/pgp.mit.edu/"
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ complete.
127
127
One of Scala's great innovations was support for using method names in infix
128
128
position, and Odersky would like to take that one step further to make all
129
129
method applications postfix by default. As Mark Twain observes in his [ appraisal
130
- of German sentence structure] ( ) , "...the writer
130
+ of German sentence structure] ( https://en.wikipedia.org/wiki/The_Awful_German_Language ) , "...the writer
131
131
[ appends] 'haben sind gewesen gehabt haben geworden sein,' or words to that
132
132
effect, and the monument is finished." To Odersky, postfix verbs are like "the
133
133
alpenglow of a sentence".
You can’t perform that action at this time.
0 commit comments