ci: Make codespell happy.

- `codespell` is unhappy with the names `certp`, `certi`, and
  `certo`.  Allow them.
This commit is contained in:
Jan Christian Grünhage 2023-06-03 00:04:11 +02:00 committed by Neal H. Walfield
parent 1504a3aa2c
commit 01cb33e27a
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -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: