.cargo
.config
.github
.radicle
build
crates
debian
scripts
simulation
systemd
windows
.codespell-dictionary.txt
.codespellrc
.dockerignore
.env.seed
.envrc.sample
.git-blame-ignore-revs
.gitignore
.gitsigners
.rustfmt.toml
.typos.toml
ARCHITECTURE.md
build.rs
Cargo.lock
Cargo.toml
CHANGELOG.md
clippy.toml
CONTRIBUTING.md
DCO
deny.toml
flake.lock
flake.nix
git-remote-rad.1.adoc
HACKING.md
justfile
LICENSE-APACHE
LICENSE-MIT
rad-id.1.adoc
rad-patch.1.adoc
rad.1.adoc
radicle-node.1.adoc
README.md
RELEASE.md
rust-toolchain.toml
VERSIONING.md
[default]
extend-ignore-re = [
"[0-9a-f]{7}\\.\\.\\.?[0-9a-f]{7}", # Git range between two short commit IDs
"[0-9a-f]{7}\\[\\.\\.\\]", # Shortened commit IDs as written in tests
"did:key:z6Mk[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{44}",
"rad://z[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{28}",
"rad:z[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{28}",
"z6Mk[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{44}",
]
[default.extend-identifiers]
"typ" = "typ" # We may write "typ" instead of "type". The latter is a Rust keyword.
[default.extend-words]
"..." = "…"
[type.codespell]
check-file = false
extend-glob = [".codespellrc"]
[type.md]
extend-ignore-re = [
"(Author:|author|committer) radicle ", # Commit Metadata
"/radicle:", # User Agent fragment
"\"radicle",
"\\.radicle", # Path fragment of default `$RAD_HOME`
"`radicle`",
"radicle heartwood protocol & stack", # Old fixture.
"radicle-\\w+", # Crates in Cargo style
"radicle\\.((example|zulipchat)\\.com|dev|network|xyz)", # URLs
"radicle\\w*::", # Crates in Rust code style
"xyz\\.radicle\\.(issue|patch|id)", # COB Type Names
]
[type.md.extend-identifiers]
"radicle" = "Radicle"