Skip to content
Snippets Groups Projects
Commit aafb4eac authored by Oliver Sander's avatar Oliver Sander
Browse files

[CI] Run the `codespell` tool to find common spelling mistakes

parent 183ca5b6
Branches
Tags
1 merge request!1149[CI] Run the `codespell` tool to find common spelling mistakes
......@@ -58,3 +58,10 @@ system-test:
branch: core
strategy: depend
allow_failure: true
# Check for spelling mistakes in text
code-spelling-check:
stage: .pre
image: registry.dune-project.org/docker/ci/debian:11
script:
- codespell
......@@ -61,6 +61,8 @@ In order to build the DUNE core modules you need at least the following software
- Deprecate cmake function `remove_processed_modules`
- The CI system now checks for common spelling mistakes using the `codespell` tool.
## Deprecations and removals
- Helper fallback implementations for `Std::to_false_type`, `Std::to_true_type`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment