Skip to content

Commit

Permalink
Merge pull request #326 from sjrd/fix-html-proofer
Browse files Browse the repository at this point in the history
HTML Proofer: Ignore links to twitter.com.
  • Loading branch information
sjrd authored Feb 20, 2024
2 parents 8f9720e + e766aba commit da512b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ jobs:
- name: HTMLProofer
run: |
# Check all links
# Don't check links to twitter.com because they return 400 all the time
# Also ignore github.com because we have too many and they eventually return 429
bundle exec htmlproofer ./_site/\
--only-4xx\
--ignore-empty-alt=true\
--allow-hash-href=true\
--enforce-https=false\
--ignore-missing-alt=true\
--swap-urls "https\:\/\/scala\.epfl\.ch:"\
--ignore-urls "/twitter.com/,/x.com/,/github.com/"\
--cache '{ "timeframe": { "external": "30d" } }'
6 changes: 2 additions & 4 deletions minutes/ab-reports/2017-q4.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ Improvements to the project:

For a sneak preview, [head to this page][scalac-profiling-docs] that explains
the current status of the visualizations of implicit search. If you're too
busy, check [the Flamegraph][flamegraph] and [dot graph][] for the [example in
the Circe website][circe website].
busy, check [the example Flamegraph][flamegraph].

The plan for the technical guide is the following:

Expand Down Expand Up @@ -562,8 +561,7 @@ around 20 people attended the event. More than 15 pull request was merged in
well-known open source projects, and we had special help from Daniela Sfregola [@DanielaSfregola](https://github.com/DanielaSfregola)!

[scalac-profiling-docs]: https://scalacenter.github.io/scalac-profiling/
[flamegraph]: https://scalacenter.github.io/scalac-profiling/circe-integration-flamegraph.svg
[dot graph]: https://scalacenter.github.io/scalac-profiling/circe-integration.html
[flamegraph]: https://scalacenter.github.io/scalac-profiling/img/scala-steward-implicit-searches-flamegraph.svg
[circe website]: https://circe.github.io/circe/
[#438]: https://github.com/sbt/zinc/pull/438
[#428]: https://github.com/sbt/zinc/pull/428
Expand Down
2 changes: 1 addition & 1 deletion records/2023-Q2-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ users have to download a zip file containing an sbt project definition and then
use `sbt`, and, last, the loading time of sbt creates a significant overhead.

As an alternative, we would like to allow the users to configure their programs
via [configuration directives embedded in comments](https://scala-cli.virtuslab.org/docs/guides/configuration#using-directives).
via [configuration directives embedded in comments](https://scala-cli.virtuslab.org/docs/guides/introduction/using-directives).

You can track the progress of this project [here](https://github.com/scalacenter/student-projects/issues/10).

Expand Down
2 changes: 1 addition & 1 deletion records/2023-Q3-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ users have to download a zip file containing an sbt project definition and then
use `sbt`, and, last, the loading time of sbt creates a significant overhead.

As an alternative, we would like to allow the users to configure their programs
via [configuration directives embedded in comments](https://scala-cli.virtuslab.org/docs/guides/configuration#using-directives).
via [configuration directives embedded in comments](https://scala-cli.virtuslab.org/docs/guides/introduction/using-directives).

You can track the progress of this project [here](https://github.com/scalacenter/student-projects/issues/10).

Expand Down

0 comments on commit da512b6

Please sign in to comment.