Skip to content

Commit

Permalink
fix(config): Ensure we actually use file-type config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Apr 9, 2021
1 parent a22567c commit 225971f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 225971f

Please sign in to comment.