Skip to content

Commit

Permalink
Updated build with strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
halyph committed Oct 6, 2023
1 parent 98ab804 commit 1cf86cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
mkdocs build
mkdocs build --strict
ls site/
- name: Pushes to another repository
Expand Down
4 changes: 2 additions & 2 deletions docs/blog/2018/2018-12-21-scala-vs-haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
- [Haskell vs. Scala programming language: which should you learn in 2017](https://www.freelancinggig.com/blog/2017/02/24/haskell-vs-scala-programming-language-learn-2017/)
- [The Origins of Scala, A Conversation with Martin Odersky, Part I" by Bill Venners and Frank Sommers, 2009-05-04](https://www.artima.com/scalazine/articles/origins_of_scala.html)
- Reddit
- [r/ProgrammingLanguages - Functional programming in Haskell vs Scala](r/ProgrammingLanguages/comments/7tybv8/functional_programming_in_haskell_vs_scala/)
- [r/scala - Functional programming in Haskell vs Scala](r/scala/comments/9krgwx/functional_programming_in_haskell_vs_scala/)
- [r/ProgrammingLanguages - Functional programming in Haskell vs Scala](https://www.reddit.com/r/ProgrammingLanguages/comments/7tybv8/functional_programming_in_haskell_vs_scala/)
- [r/scala - Functional programming in Haskell vs Scala](https://www.reddit.com/r/scala/comments/9krgwx/functional_programming_in_haskell_vs_scala/)
3 changes: 2 additions & 1 deletion docs/wiki/Go/videos/adv-testing-conf-2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@ func main() {
- `struct DownloaderMock{}` => Implements Downloder as a mock, allowing recording and replaying of calls.
See:
- [github.com/mitchellh/go-testing-interface](github.com/mitchellh/go-testing-interface) for `testing.T` interface
- [github.com/mitchellh/go-testing-interface](https://github.com/mitchellh/go-testing-interface) for `testing.T` interface
- Using the real "testing" package will modify global state (adds flags to
the global flag), and allows testing your test APls!
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://viewer.diagrams.net/js/viewer-static.min.js

strict: true
# strict: true

# Useful plugins: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins
# Plugin documentation: https://www.mkdocs.org/user-guide/configuration/#plugins
Expand Down

0 comments on commit 1cf86cd

Please sign in to comment.