diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-08-02 13:39:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 13:39:56 (GMT) |
commit | 0d3617135ba3cf6e4ebbbb1af02c0701a43ed144 (patch) | |
tree | afa88c455b5e1c889881800e9142229c33e0bc03 /.github | |
parent | 2b0badb90e4e516d0758efbd8ec96449188c7249 (diff) | |
download | hdf5-0d3617135ba3cf6e4ebbbb1af02c0701a43ed144.zip hdf5-0d3617135ba3cf6e4ebbbb1af02c0701a43ed144.tar.gz hdf5-0d3617135ba3cf6e4ebbbb1af02c0701a43ed144.tar.bz2 |
Update files to skip list and ignore_words_list (#3321)
* Update files to skip list and ignore_words_list for codespell to not
check files generated by autotools. Autotools generate misspellings
that can't be fixed in HDF5 code.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codespell.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 37294bf..5640224 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,5 +13,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,./config/sanitizer/sanitizers.cmake,./tools/test/h5repack/testfiles/*.dat,./test/API/driver - 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 + skip: ./.github/workflows/codespell.yml,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE,./config/sanitizer/sanitizers.cmake,./tools/test/h5repack/testfiles/*.dat,./test/API/driver,./configure,./bin/ltmain.sh,./bin/depcomp,./bin/config.guess,./bin/config.sub,./autom4te.cache,./m4/libtool.m4,./c++/src/*.html + ignore_words_list: ot,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,ake,gord,numer,ro,oce,msdos |