diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-02-21 17:08:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 17:08:09 (GMT) |
commit | a7dd6452a0be68e3bd3af74dd583f959a9d6e65c (patch) | |
tree | e998b85a1f2a31974aef180aaac5326e253c5b65 /.github/workflows | |
parent | d58db07b3dd16565b924c0dad411cfae4dcf2d5f (diff) | |
download | hdf5-a7dd6452a0be68e3bd3af74dd583f959a9d6e65c.zip hdf5-a7dd6452a0be68e3bd3af74dd583f959a9d6e65c.tar.gz hdf5-a7dd6452a0be68e3bd3af74dd583f959a9d6e65c.tar.bz2 |
1.12: Fix files codespell has issues with (#2489)
* Fix files codespell has issues with
* Exclude h5repack .dat test files
* Fix characters in C++ HTML file
* Fix header.html characters
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/codespell.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index a281fc7..ddd1700 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -11,5 +11,5 @@ jobs: - uses: actions/checkout@v3 - uses: codespell-project/actions-codespell@master with: - skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE + skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE,./tools/test/h5repack/testfiles/*.dat ignore_words_list: isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,ans:,eiter,lastr,ans,isn't,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,minnum,ro,oce,ot |