npm run test script will show linting errors. npm run test -- --format=stylish will produce a more compact output grouped by file
Lint: spec/file_translation/fts_common.yaml
| Severity |
Location |
Problem |
Message |
| warning |
line 124:21 |
no-invalid-media-type-examples |
Example value must conform to the schema: errors property type must be array. |
Lint: spec/file_translation/fts_language_detection.yaml
Lint: spec/file_translation/fts_mt.yaml
| Severity |
Location |
Problem |
Message |
| error |
line 276:9 |
spec |
The field description must be present on this level. |
| warning |
line 88:33 |
no-invalid-media-type-examples |
Example value must conform to the schema: error property type must be object. |
| warning |
line 90:27 |
no-invalid-media-type-examples |
Example value must conform to the schema: localeProcessStatuses property type must be object. |
| warning |
line 219:25 |
no-invalid-media-type-examples |
Example value must conform to the schema: errors property type must be array. |
| warning |
line 287:25 |
no-invalid-media-type-examples |
Example value must conform to the schema: errors property type must be array. |
npm run testscript will show linting errors.npm run test -- --format=stylishwill produce a more compact output grouped by fileLint: spec/file_translation/fts_common.yaml
errorsproperty type must be array.Lint: spec/file_translation/fts_language_detection.yaml
errorsproperty type must be array.errorproperty type must be object.Lint: spec/file_translation/fts_mt.yaml
descriptionmust be present on this level.errorproperty type must be object.localeProcessStatusesproperty type must be object.errorsproperty type must be array.errorsproperty type must be array.