Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
aafb4eac
Commit
aafb4eac
authored
2 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Run the `codespell` tool to find common spelling mistakes
parent
183ca5b6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1149
[CI] Run the `codespell` tool to find common spelling mistakes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
with
9 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
aafb4eac
...
...
@@ -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
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
aafb4eac
...
...
@@ -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`
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment