fix(config): Ensure we actually use file-type config

This commit is contained in:
Ed Page 2021-04-09 15:57:55 -05:00
parent a22567c188
commit 225971fd4a

View file

@ -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,