We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b067b commit 5356a11Copy full SHA for 5356a11
Cargo.toml
@@ -73,6 +73,9 @@ tokio = { version = "1" }
73
num_cpus = { version = "1" }
74
75
[workspace.metadata.typos]
76
+files.extend-exclude = [
77
+ "CHANGELOG.md",
78
+]
79
default.extend-ignore-re = [
80
# Custom ignore regex patterns: https://github.com/crate-ci/typos/blob/master/docs/reference.md#example-configurations
81
"(?s)//\\s*spellchecker:ignore-next-line[^\\n]*\\n[^\\n]*",
0 commit comments