Skip to content

Commit

Permalink
Merge pull request #803 from epage/lock
Browse files Browse the repository at this point in the history
fix: Dont check pnpm lockfiles
  • Loading branch information
epage authored Aug 14, 2023
2 parents 0d101f3 + ef8bf24 commit 25383eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/typos-cli/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
]),
("lilypond", &["*.ly", "*.ily"]),
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
("lock", &["*.lock", "package-lock.json", "requirements.txt", "go.sum"]),
("lock", &["*.lock", "package-lock.json", "requirements.txt", "go.sum", "pnpm-lock.yaml"]),
("log", &["*.log"]),
("lua", &["*.lua"]),
("lz4", &["*.lz4"]),
Expand Down

0 comments on commit 25383eb

Please sign in to comment.