Skip to content

Commit

Permalink
Remove runtime ast for test-vrl, remove clippy::case_sensitive allow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpv committed Mar 2, 2023
1 parent b8a97dd commit 24c3e91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vdev/src/commands/test_vrl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ impl Cli {
let path: PathBuf = [app::path(), "lib", "vrl", "tests"].into_iter().collect();
env::set_current_dir(path).context("Could not change directory")?;

#[allow(clippy::case_sensitive_file_extension_comparisons)]
app::exec(
"cargo",
["run", "--", "--runtime=ast"].into_iter(),
["run"].into_iter(),
false,
)
}
Expand Down

0 comments on commit 24c3e91

Please sign in to comment.