ci: Make codespell happy.
- `codespell` is unhappy with the names `certp`, `certi`, and `certo`. Allow them.
This commit is contained in:
parent
1504a3aa2c
commit
01cb33e27a
@ -123,7 +123,7 @@ codespell:
|
||||
- codespell --version
|
||||
- *before_script_end
|
||||
script:
|
||||
- codespell --summary -L "crate,ede,iff,mut,nd,te,uint,KeyServer,keyserver,Keyserver,keyservers,Keyservers,keypair,keypairs,KeyPair,fpr,dedup,deriver" -S "*.bin,*.gpg,*.pgp,./.git,*/target,Cargo.lock"
|
||||
- codespell --summary -L "crate,ede,iff,mut,nd,te,uint,KeyServer,keyserver,Keyserver,keyservers,Keyservers,keypair,keypairs,KeyPair,fpr,dedup,deriver,certi,certp,certo" -S "*.bin,*.gpg,*.pgp,./.git,*/target,Cargo.lock"
|
||||
|
||||
deny:
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user