mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-27 11:31:00 -05:00
parent
78d6d22744
commit
70f236086f
1 changed files with 7 additions and 1 deletions
|
@ -160,7 +160,13 @@ pub(crate) const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
||||||
]),
|
]),
|
||||||
("lilypond", &["*.ly", "*.ily"]),
|
("lilypond", &["*.ly", "*.ily"]),
|
||||||
("lisp", &["*.el", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
|
("lisp", &["*.el", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
|
||||||
("lock", &["*.lock", "package-lock.json", "composer.lock", "*.terraform.lock.hcl"]),
|
("lock", &[
|
||||||
|
"*.lock",
|
||||||
|
"package-lock.json", "pnpm-lock.yaml",
|
||||||
|
"composer.lock", "*.terraform.lock.hcl",
|
||||||
|
"requirements.txt",
|
||||||
|
"go.sum",
|
||||||
|
]),
|
||||||
("log", &["*.log"]),
|
("log", &["*.log"]),
|
||||||
("lua", &["*.lua"]),
|
("lua", &["*.lua"]),
|
||||||
("lz4", &["*.lz4"]),
|
("lz4", &["*.lz4"]),
|
||||||
|
|
Loading…
Reference in a new issue