All checks were successful
Release Docker Image / define-variables (push) Successful in 5s
Checks / Prefligit / prefligit (push) Successful in 14s
Documentation / Build and Deploy Documentation (push) Successful in 36s
Checks / Rust / Format (push) Successful in 55s
Checks / Rust / Clippy (push) Successful in 3m51s
Checks / Rust / Cargo Test (push) Successful in 4m38s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 16m40s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 16m51s
Release Docker Image / merge (push) Successful in 33s
23 lines
694 B
TOML
23 lines
694 B
TOML
[files]
|
|
extend-exclude = ["*.csr", "*.lock", "pnpm-lock.yaml"]
|
|
|
|
[default]
|
|
|
|
extend-ignore-re = [
|
|
"(?Rm)^.*(#|//|<!--)\\s*spellchecker:disable-line(\\s*-->)$", # Ignore a line by making it trail with a `spellchecker:disable-line` comment
|
|
"^[0-9a-f]{7,}$", # Commit hashes
|
|
|
|
# some heuristics for base64 strings
|
|
"[A-Za-z0-9+=]{72,}",
|
|
"([A-Za-z0-9+=]|\\\\\\s\\*){72,}",
|
|
"[0-9+][A-Za-z0-9+]{30,}[a-z0-9+]",
|
|
"\\$[A-Z0-9+][A-Za-z0-9+]{6,}[a-z0-9+]",
|
|
"\\b[a-z0-9+/=][A-Za-z0-9+/=]{7,}[a-z0-9+/=][A-Z]\\b",
|
|
]
|
|
|
|
[default.extend-words]
|
|
"allocatedp" = "allocatedp"
|
|
"conduwuit" = "conduwuit"
|
|
"continuwuity" = "continuwuity"
|
|
"continuwity" = "continuwuity"
|
|
"execuse" = "execuse"
|