Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ fmt:codespell: - export PATH=~/.local/bin:$PATH - cd ../ - pip install --trusted-host=pypi.org --user codespell - codespell --ignore-words .gitlab/ci/codespell_ignored_words.txt --quiet-level 2 --skip ".git,.gitlab,cmake,3rdparty" - codespell --ignore-words .gitlab/ci/codespell_ignored_words.txt --quiet-level 2 --skip ".git,.gitlab,cmake,3rdparty,AUTHORS.md" fmt:proselint: extends: .format Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ fmt:codespell: - export PATH=~/.local/bin:$PATH - cd ../ - pip install --trusted-host=pypi.org --user codespell - codespell --ignore-words .gitlab/ci/codespell_ignored_words.txt --quiet-level 2 --skip ".git,.gitlab,cmake,3rdparty" - codespell --ignore-words .gitlab/ci/codespell_ignored_words.txt --quiet-level 2 --skip ".git,.gitlab,cmake,3rdparty,AUTHORS.md" fmt:proselint: extends: .format Loading