feat: read earth engine layers from data store #4778
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
dhis2-verify-app.yml
on: pull_request
Matrix: call-workflow-e2e-prod / e2e-prod
Waiting for pending jobs
Annotations
12 errors and 1 warning
lint:
src/actions/externalLayers.js#L6
`../constants/layers.js` import should occur before import of `../util/external.js`
|
lint:
src/actions/externalLayers.js#L79
'externalBasemaps' is assigned a value but never used
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L11
'getEarthEngineLayer' is defined but never used
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L19
'getPeriods' is defined but never used
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L34
'periods' is assigned a value but never used
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L34
'setPeriods' is assigned a value but never used
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L38
'layerId' is assigned a value but never used
|
build
Process completed with exit code 1.
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L42
'style' is missing in props validation
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L57
'description' is missing in props validation
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L58
'notice' is missing in props validation
|
test
Process completed with exit code 1.
|
lint:
src/components/edit/earthEngine/EarthEngineDialog.js#L119
React Hook useCallback has an unnecessary dependency: 'periodType'. Either exclude it or remove the dependency array
|