Skip to content

Commit 9fb9f29

Browse files
committed
Reduce ROOT_ENTRY_LIMIT to 1500
1 parent 4530da7 commit 9fb9f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

+1-1
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 = 1580;
10+
const ROOT_ENTRY_LIMIT: usize = 1500;
1111
const ISSUES_ENTRY_LIMIT: usize = 2830;
1212

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

0 commit comments

Comments
 (0)