Skip to content

Commit d565f4a

Browse files
authored
Merge pull request #19 from brunoerg/2025-12-exclude-sanitizer
mutation: ignore the sanitizer_supressions folder
2 parents f25526a + bd64591 commit d565f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mutation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pub async fn run_mutation(
6060
|| file_changed.contains("fuzz")
6161
|| file_changed.contains("bench")
6262
|| file_changed.contains("util")
63+
|| file_changed.contains("sanitizer_supressions")
6364
|| file_changed.ends_with(".txt")
6465
{
6566
continue;

0 commit comments

Comments
 (0)