Skip to content

Commit

Permalink
codespell: ignore additional generated content
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Mar 12, 2023
1 parent 64888c9 commit 56d76de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .codespellrc
Expand Up @@ -6,6 +6,7 @@
# ignore command names used in code: uncomplete
ignore-words-list = ans,ot,ue,fo,haa,varius,tthe,tbe,nin,desig,matchin,compre,invers,compiletime,seh,lod,nd,uncomplete
# skip git repository internal content
# skip generated content: ChangeLog, doc/build, modulecmd*.tcl
# skip generated content: ChangeLog, doc/build, modulecmd*.tcl, modules.sum
# modules.log, lib/config.sub, lib/config.guess
# skip retrieved content: icdiff, lib/tcl.m4, tcl8.3.5, spack, miniconda3, OpenFOAM-dev
skip = .git,ChangeLog,modulecmd*.tcl,*doc/build,icdiff,*lib/tcl.m4,tcl8.3.5,spack,miniconda3,OpenFOAM-dev
skip = .git,ChangeLog,modulecmd*.tcl,*doc/build,icdiff,*lib/tcl.m4,tcl8.3.5,spack,miniconda3,OpenFOAM-dev,modules.sum,modules.log,*lib/config.sub,*lib/config.guess
2 changes: 1 addition & 1 deletion .github/workflows/windows_tests.yaml
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
# precise all sphinxcontrib packages required as dependency spec
# of python39-sphinx package is regularly broken
# precise liblapack0 package needed by R package (missing depdency
# precise liblapack0 package needed by R package (missing dependency
# since R-4.2.1-1)
packages: make sed git autoconf automake libtool tcl dejagnu python39 python39-sphinx ruby zsh tcsh mksh fish cmake R liblapack0 tcl-devel gcc-core wget python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxcontrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
- name: Configure Git safe.directory
Expand Down

0 comments on commit 56d76de

Please sign in to comment.