mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-27 03:21: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"]),
|
||||
("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"]),
|
||||
("lua", &["*.lua"]),
|
||||
("lz4", &["*.lz4"]),
|
||||
|
|
Loading…
Reference in a new issue