Skip to content
Snippets Groups Projects
Commit 8216022e authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[ci][lint] skip submodules

parent e3370c98
No related branches found
No related tags found
1 merge request!3752Feature/gridformat writer
......@@ -63,7 +63,7 @@ linters:
# codespell
- echo "Running codespell"
- codespell --version
- codespell --skip="*format/fmt/*,*io/expression/*,*build-cmake*,*.png,*.svg,*.eps,*.bib,*.tex,patches,.git,*staggered_grid.pdf,*dumux/common/dumuxmessage.hh" --ignore-words-list="ges"
- codespell --skip="./deps/**/*,*format/fmt/*,*io/expression/*,*build-cmake*,*.png,*.svg,*.eps,*.bib,*.tex,patches,.git,*staggered_grid.pdf,*dumux/common/dumuxmessage.hh" --ignore-words-list="ges"
# check examples
- |
if [ "${DUMUX_CHECK_EXAMPLE_DOCS}" == "true" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment