Skip to content
Snippets Groups Projects
Commit 33e3e204 authored by Jordan Musser's avatar Jordan Musser
Browse files

Add HEP to codespell ignore list (!110)

parent 032612db
No related branches found
No related tags found
1 merge request!110Add HEP to codespell ignore list
Pipeline #43111 passed
......@@ -31,7 +31,7 @@ docs:codespell:
image: sphinxdoc/sphinx:latest
script:
- pip install codespell
- codespell --ignore-words-list strack --enable-colors --quiet-level 2 docs/source_docs/ docs/picvva/
- codespell --ignore-words-list strack,HEP --enable-colors --quiet-level 2 docs/source_docs/ docs/picvva/
stage: build-docs
tags:
- docker
......@@ -54,6 +54,6 @@ deploy:docs:
- docker
rules:
- if: $CI_COMMIT_BRANCH == "main"
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