File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
cookiecutter/{{cookiecutter.github_repo_name}} Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ repo_url: "https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_
1111# TODO(cookiecutter): "main" is the GitHub repo default branch, you might want to update it
1212# if the project uses a different default branch.
1313edit_uri : " edit/main/docs/"
14+ strict : true # Treat warnings as errors
1415
1516# Build directories
1617theme :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ copyright: "Copyright © 2023 Frequenz Energy-as-a-Service GmbH"
99repo_name : " frequenz-repo-config-python"
1010repo_url : " https://github.com/frequenz-floss/frequenz-repo-config-python"
1111edit_uri : " edit/main/docs/"
12+ strict : true # Treat warnings as errors
1213
1314# Build directories
1415theme :
You can’t perform that action at this time.
0 commit comments