mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixing linting issue which blocks CI (#9480)
This commit is contained in:
parent
9547dbec18
commit
fa6d074bf4
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ export function getTranslationKeys(filesPatterns) {
|
|||
.then(function (filesToVerify) {
|
||||
return getKeys(filesToVerify);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Return translation keys that are not translated
|
||||
|
@ -37,7 +37,7 @@ export function getNonTranslatedKeys(translationKeys, localeTranslations) {
|
|||
}
|
||||
});
|
||||
return keysNotTranslatedPerLocale;
|
||||
};
|
||||
}
|
||||
|
||||
function getFilesToVerify(verifyFilesPatterns) {
|
||||
const filesToVerify = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue