MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / validate

Method validate

lib/lang/validator.js:49–55  ·  view source on GitHub ↗
(paths, langFiles)

Source from the content-addressed store, hash-verified

47 }
48
49 validate(paths, langFiles) {
50 const errors = [
51 ...this.checkLangFiles(langFiles),
52 ...this.checkForMissingTranslations(paths, langFiles),
53 ];
54 return errors;
55 }
56
57 checkForMissingTranslations(paths, langFiles) {
58 const errors = [];

Callers 3

runMethod · 0.95
_validateJsonSchemaMethod · 0.80

Calls 2

checkLangFilesMethod · 0.95

Tested by

no test coverage detected