Skip to content

ignore some domains when checking external links #906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
2 changes: 1 addition & 1 deletion blog/_posts/2017-04-01-announcing-skala.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down