Skip to content

Commit

Permalink
Update codespell exceptions (modelica#4143)
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Jun 3, 2023
1 parent a963d5b commit 25319f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkCron.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: 3.8
- name: Install python packages
run: pip install --user codespell
run: pip install --disable-pip-version-check --user codespell
- name: Check for spelling errors
run: |
printf "[codespell]\nenable-colors=\n" >> .codespellrc
Expand All @@ -47,7 +47,7 @@ jobs:
codespell -L ser ./Modelica/Electrical/Polyphase/Examples/PolyphaseRectifier.mo
codespell -L ser ./Modelica/Electrical/Polyphase/Examples/Utilities/PolyphaseRectifierData.mo
codespell -L pres ./Modelica/Fluid/Dissipation.mo
codespell -L fo,alo,als,cacl,ba,nd ./Modelica/Media/IdealGases/package.mo
codespell -L fo,alo,als,cacl,ba,nd,GeS,CaF,InH ./Modelica/Media/IdealGases/package.mo
codespell -L fo,alo,als,cacl,ba,nd,alow ./Modelica/Media/IdealGases/Common/SingleGasesData.mo
codespell -L alow ./Modelica/Media/IdealGases/Common/Functions.mo
codespell -L alow ./Modelica/Media/IdealGases/Common/package.mo
Expand Down

0 comments on commit 25319f9

Please sign in to comment.