mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-23 08:02:15 -05:00
fix(config): Narrow scope of flate check
This commit is contained in:
parent
7d6047e743
commit
f072e45c9c
1 changed files with 3 additions and 1 deletions
|
@ -227,8 +227,10 @@ impl TypeEngineConfig {
|
||||||
extend_glob: Vec::new(),
|
extend_glob: Vec::new(),
|
||||||
engine: EngineConfig {
|
engine: EngineConfig {
|
||||||
dict: Some(DictConfig {
|
dict: Some(DictConfig {
|
||||||
|
extend_identifiers: maplit::hashmap! {
|
||||||
|
"flate2".into() => "flate2".into(),
|
||||||
|
},
|
||||||
extend_words: maplit::hashmap! {
|
extend_words: maplit::hashmap! {
|
||||||
"flate".into() => "flate".into(),
|
|
||||||
"ser".into() => "ser".into(),
|
"ser".into() => "ser".into(),
|
||||||
},
|
},
|
||||||
..Default::default()
|
..Default::default()
|
||||||
|
|
Loading…
Reference in a new issue