mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
fix(config): Ensure we actually use file-type config
This commit is contained in:
parent
a22567c188
commit
225971fd4a
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ impl<'s> ConfigEngine<'s> {
|
|||
default.update(&overrides);
|
||||
let default = self.init_file_config(default);
|
||||
|
||||
type_matcher.select("all");
|
||||
|
||||
let dir = DirConfig {
|
||||
walk,
|
||||
default,
|
||||
|
|
Loading…
Reference in a new issue