diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-08-17 23:31:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 23:31:54 (GMT) |
commit | e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681 (patch) | |
tree | 4c8b59017d93c74501fbbddb20282939d70e8289 /.github/workflows | |
parent | 9304f277e8597d39ac60b9d14b309c3462938d1c (diff) | |
download | hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.zip hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.gz hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.bz2 |
Fixes codespell issues (#2032)
* Fixes codespell issues
* Fixed another typo
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 ae9edc2..851277b 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -11,5 +11,5 @@ jobs: - uses: actions/checkout@v2 - uses: codespell-project/actions-codespell@master with: - skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c + skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE 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,ake,gord,numer,ro,oce |