Skip to content

Commit

Permalink
chore: clean up cspell exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Aug 22, 2024
1 parent 4b42804 commit 82fc49e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 24 deletions.
34 changes: 24 additions & 10 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ CBOR
cbork
cdylib
CEST
CHAINCODE
chaincode
CHAINCODE
chainsync
childs
chrono
Expand Down Expand Up @@ -51,6 +51,7 @@ dotenvy
dotglob
drep
dreps
earthfile
Earthfile
encryptor
Errno
Expand Down Expand Up @@ -83,27 +84,30 @@ highwater
hmod
ideascale
idents
ipfs
ipld
IFMT
Intellij
ioerr
iohk
ipfs
ipfs
ipld
jetbrains
jsonschema
jorm
jormungandr
Jörmungandr
jsonschema
lcov
Leay
Leshiy
libsqlite
libtest
libipld
libp2p
libsqlite
libssh
libtest
linkat
lintfix
lipsum
livedocs
localizable
lookaside
maindbname
Expand All @@ -118,6 +122,7 @@ mkcron
mkdelay
mkdirat
moderations
msvc
Multiaddr
multiera
nanos
Expand All @@ -140,8 +145,8 @@ plpgsql
pollable
Pozhylenkov
pread
preopened
preopen
preopened
preopens
preprod
psql
Expand All @@ -156,6 +161,7 @@ readlinkat
redoc
REMOVEDIR
renameat
reqwest
retriggering
rulelist
rulename
Expand All @@ -165,13 +171,17 @@ rustdoc
rustdocflags
rustflags
rustfmt
rustls
RUSTSEC
rustyline
saibatizoku
sandboxed
scanorder
scanstatus
Sched
scrollability
seckey
sitedocs
slotno
smac
stevenj
Expand All @@ -188,6 +198,7 @@ thiserror
timelike
timespec
tinygo
tinyvec
toobig
toolsets
Traceback
Expand All @@ -202,14 +213,17 @@ vitss
voteplan
voteplans
wasi
wasip
WASI
wasip
wasip
wasip
wasmtime
webasm
webassembly
webpki
WORKDIR
xprivate
XPRV
xprv
XPRV
xpub
yoroi
yoroi
2 changes: 0 additions & 2 deletions .github/workflows/branch-delete-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Branch Deleted

# cspell: words earthfile

on:
delete:
branches:
Expand Down
2 changes: 0 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.1.24 AS cspell-c

FROM debian:stable-slim

# cspell: words livedocs sitedocs

# check-markdown : markdown check using catalyst-ci.
check-markdown:
DO mdlint-ci+CHECK
Expand Down
1 change: 0 additions & 1 deletion rust/c509-certificate/.config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# cspell: words scrollability testcase
[store]
# The directory under the workspace root at which nextest-related files are
# written. Profile-specific storage is currently written to dir/<profile-name>.
Expand Down
6 changes: 2 additions & 4 deletions rust/c509-certificate/deny.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# cspell: words msvc, wasip, RUSTSEC, rustls, libssh, reqwest, tinyvec, Leay, webpki

[graph]
# cargo-deny is really only ever intended to run on the "normal" tier-1 targets
targets = [
Expand Down Expand Up @@ -58,7 +56,7 @@ allow-git = [
[licenses]
version = 2
# Don't warn if a listed license isn't found
unused-allowed-license="allow"
unused-allowed-license = "allow"
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.93
allow = [
Expand Down Expand Up @@ -114,4 +112,4 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
#[[licenses.clarify]]
#crate = "rustls-webpki"
#expression = "ISC"
#license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
#license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
3 changes: 1 addition & 2 deletions rust/cbork/.config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# cspell: words scrollability
[store]
# The directory under the workspace root at which nextest-related files are
# written. Profile-specific storage is currently written to dir/<profile-name>.
Expand Down Expand Up @@ -46,4 +45,4 @@ store-success-output = true
#
# Note that if a description can be extracted from the output, it is always stored in the
# <description> element.
store-failure-output = true
store-failure-output = true
4 changes: 1 addition & 3 deletions rust/cbork/deny.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# cspell: words msvc, wasip, RUSTSEC, rustls, libssh, reqwest, tinyvec, Leay, webpki

[graph]
# cargo-deny is really only ever intended to run on the "normal" tier-1 targets
targets = [
Expand Down Expand Up @@ -58,7 +56,7 @@ allow-git = [
[licenses]
version = 2
# Don't warn if a listed license isn't found
unused-allowed-license="allow"
unused-allowed-license = "allow"
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.93
allow = [
Expand Down

0 comments on commit 82fc49e

Please sign in to comment.