Skip to content

Commit 6ae0b32

Browse files
committed
Ignore tidy test in fxitures
1 parent 6eaa2cf commit 6ae0b32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xtask/tests/tidy.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ fn check_todo(path: &Path, text: &str) {
260260
"ast/make.rs",
261261
// The documentation in string literals may contain anything for its own purposes
262262
"completion/src/generated_lint_completions.rs",
263+
// mbe test
264+
"mbe/test_data/fixture-rules.rs",
265+
"mbe/test_data/fixture-invocations.rs",
263266
];
264267
if need_todo.iter().any(|p| path.ends_with(p)) {
265268
return;
@@ -292,6 +295,9 @@ fn check_dbg(path: &Path, text: &str) {
292295
"completion/src/generated_lint_completions.rs",
293296
// test for doc test for remove_dbg
294297
"src/tests/generated.rs",
298+
// mbe test
299+
"mbe/test_data/fixture-rules.rs",
300+
"mbe/test_data/fixture-invocations.rs",
295301
];
296302
if need_dbg.iter().any(|p| path.ends_with(p)) {
297303
return;

0 commit comments

Comments
 (0)