mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-20 21:03:16 +08:00
lowered threshold
This commit is contained in:
parent
411ebab487
commit
145493be6d
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ function validateLanguages() {
|
|||
let languageFilesAllGood = true;
|
||||
let languageWordListsAllGood = true;
|
||||
let languageFilesErrors;
|
||||
const duplicatePercentageThreshold = 0.1;
|
||||
const duplicatePercentageThreshold = 0.0001;
|
||||
let langsWithDuplicates = 0;
|
||||
languagesData.forEach((language) => {
|
||||
const languageFileData = JSON.parse(
|
||||
|
|
Loading…
Reference in a new issue