Skip to content

Commit 210dd53

Browse files
authored
Merge pull request #906 from SethTisue/htmlproofer-ignore-some-domains
ignore some domains when checking external links
2 parents 2934300 + 678fdee commit 210dd53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ script:
1313
- ( ! grep -qie Error -e Warn error.log )
1414
- find ./_site \( -type d \( -name events -o -name training \) -prune -false \) -o \( -type f ! -name error.log -empty \)
1515
- 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/"

blog/_posts/2017-04-01-announcing-skala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ complete.
127127
One of Scala's great innovations was support for using method names in infix
128128
position, and Odersky would like to take that one step further to make all
129129
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
131131
[appends] 'haben sind gewesen gehabt haben geworden sein,' or words to that
132132
effect, and the monument is finished." To Odersky, postfix verbs are like "the
133133
alpenglow of a sentence".

0 commit comments

Comments
 (0)