Skip to content

Commit 08ac5b6

Browse files
committed
Fix test (ddsa v8::Script cache keys off of rule name)
1 parent 99ac716 commit 08ac5b6

File tree

1 file changed

+1
-1
lines changed
  • crates/static-analysis-kernel/src/analysis

1 file changed

+1
-1
lines changed

crates/static-analysis-kernel/src/analysis/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function visit(node, filename, code) {
370370
tree_sitter_query: get_query(QUERY_CODE, &Language::Python).unwrap(),
371371
};
372372
let rule2 = RuleInternal {
373-
name: "myrule".to_string(),
373+
name: "myrule2".to_string(),
374374
short_description: Some("short desc".to_string()),
375375
description: Some("description".to_string()),
376376
category: RuleCategory::CodeStyle,

0 commit comments

Comments
 (0)