diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-10 20:28:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 20:28:02 (GMT) |
commit | 06bf32bf4a5e0f5d9633b589676f42c611780412 (patch) | |
tree | 4164b24a49a710554cc61d9771066c1804f73406 /.github/workflows | |
parent | d51c97e7f5efb4dac91f7135018ab85eca81999c (diff) | |
download | hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.zip hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.gz hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.bz2 |
Fix new codespell issues (#2521) (#2533)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
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 db20884..a4edb0f 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,./tools/test/h5repack/testfiles/*.dat + skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE,./config/sanitizer/sanitizers.cmake,./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,ake,gord,numer,ro,oce,msdos |