We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f25526a + bd64591 commit d565f4aCopy full SHA for d565f4a
src/mutation.rs
@@ -60,6 +60,7 @@ pub async fn run_mutation(
60
|| file_changed.contains("fuzz")
61
|| file_changed.contains("bench")
62
|| file_changed.contains("util")
63
+ || file_changed.contains("sanitizer_supressions")
64
|| file_changed.ends_with(".txt")
65
{
66
continue;
0 commit comments