mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore: Remove duplicate lock entry
This commit is contained in:
parent
b2b016ff5d
commit
e3a1397e04
1 changed files with 0 additions and 9 deletions
|
@ -203,15 +203,6 @@ impl TypeEngineConfig {
|
|||
..Default::default()
|
||||
},
|
||||
});
|
||||
patterns
|
||||
.entry("lock".into())
|
||||
.or_insert_with(|| GlobEngineConfig {
|
||||
extend_glob: Vec::new(),
|
||||
engine: EngineConfig {
|
||||
check_file: Some(false),
|
||||
..Default::default()
|
||||
},
|
||||
});
|
||||
patterns.into_iter()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue