Skip to content

Commit 5d75cde

Browse files
katelyn a. martinbjorn3
katelyn a. martin
andcommitted
bump tidy's src/test/ui file limit
This commit addresses a tidy error that currently occurs on this branch: ``` tidy error: following path contains more than 1458 entries, you should move the test to some relevant subdirectory (current: 1459): /checkout/src/test/ui ``` Co-authored-by: bjorn3 <[email protected]>
1 parent 15fb65e commit 5d75cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::path::Path;
77

88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
10-
const ROOT_ENTRY_LIMIT: usize = 1458;
10+
const ROOT_ENTRY_LIMIT: usize = 1459;
1111
const ISSUES_ENTRY_LIMIT: usize = 2669;
1212

1313
fn check_entries(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)