Basic method for transforming files #103
Annotations
10 errors and 4 warnings
build:
fetcher/lib/utils.js#L210
Expected indentation of 4 spaces but found 2
|
build:
fetcher/lib/utils.js#L211
Expected indentation of 4 spaces but found 1 tab
|
build:
fetcher/lib/utils.js#L211
Unexpected var, use let or const instead
|
build:
fetcher/lib/utils.js#L212
Expected indentation of 4 spaces but found 2
|
build:
fetcher/lib/utils.js#L212
Expected space(s) after "if"
|
build:
fetcher/lib/utils.js#L212
Expected '===' and instead saw '=='
|
build:
fetcher/lib/utils.js#L213
Mixed spaces and tabs
|
build:
fetcher/lib/utils.js#L213
'fetchFileGoogleBucket' is not defined
|
build:
fetcher/lib/utils.js#L214
Expected indentation of 4 spaces but found 2
|
build:
fetcher/lib/utils.js#L215
Mixed spaces and tabs
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
fetcher/providers/generic.js#L63
Unexpected @returns tag; function has no return statement
|
build:
fetcher/providers/smartsense.js#L55
Expected JSDoc for 'uid' but found 'measurand'
|