Skip to content

Commit

Permalink
tidy: bump ROOT_ENTRY_LIMIT by ten
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 9, 2023
1 parent ebfe8ac commit 4561b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/ui_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::path::Path;

const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 940;
const ROOT_ENTRY_LIMIT: usize = 950;
const ISSUES_ENTRY_LIMIT: usize = 1978;

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

0 comments on commit 4561b3b

Please sign in to comment.