We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c0b33 commit 16450e3Copy full SHA for 16450e3
1 file changed
.github/workflows/codespell.yml
@@ -12,5 +12,5 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: codespell-project/actions-codespell@master
14
with:
15
- skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt
16
- ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake
+ skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,.git/objects/*
+ ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake,aNULL
0 commit comments