Skip to content

Commit

Permalink
Add couple words to ignore by codespell, EHR,ehr
Browse files Browse the repository at this point in the history
Signed-off-by: M Q <[email protected]>
  • Loading branch information
MMelQin committed Sep 27, 2024
1 parent c5c9435 commit 7766cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ lint() {
run_command isort ${DIR_TO_RUN} || exit_code=1
# Fix python black code formatting issues, run:
run_command black ${DIR_TO_RUN} || exit_code=1
run_command codespell -w -i 3 ${DIR_TO_RUN} -L nd,ba,activ,Activ,dne,unexpect,hsi,donot,thirdparty \
run_command codespell -w -i 3 ${DIR_TO_RUN} -L nd,ba,activ,Activ,dne,unexpect,hsi,donot,thirdparty,EHR,ehr \
--skip="*.onnx,*.min.js,*.min.js.map,Contrastive_learning_Notebook.ipynb,./data" || exit_code=1

# Fix cpplint with clang
Expand Down

0 comments on commit 7766cdb

Please sign in to comment.