Increase tidy limit for parser by 1
This commit is contained in:
parent
09e59c2875
commit
eee29b0b95
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const ENTRY_LIMIT: usize = 1000;
|
|||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 1102;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2310;
|
||||
const PARSER_LIMIT: usize = 1004;
|
||||
const PARSER_LIMIT: usize = 1005;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue