Skip to content

Commit

Permalink
Merge pull request #357 from DataDog/juli1/show-failing-converting-rule
Browse files Browse the repository at this point in the history
show rule that fails to convert
  • Loading branch information
juli1 authored May 8, 2024
2 parents 5d718a7 + 0c8c57a commit c3cc027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bins/src/bin/datadog-static-analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fn convert_rules_to_rules_internal(

let res = r
.to_rule_internal()
.context("cannot convert to rule internal");
.context(format!("cannot convert {} to rule internal", r.name));

if configuration.show_performance_statistics {
println!(
Expand Down

0 comments on commit c3cc027

Please sign in to comment.