Handle analysis/define datasets w/o collection summaries #1120
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint JS and CSS:
app/scripts/components/analysis/define/aoi-selector.tsx#L98
React Hook useCallback has a missing dependency: 'mapRef'. Either include it or remove the dependency array
|
Lint JS and CSS:
app/scripts/components/analysis/define/aoi-selector.tsx#L117
React Hook useEffect has a missing dependency: 'mapRef'. Either include it or remove the dependency array
|
Lint JS and CSS:
app/scripts/components/analysis/define/index.tsx#L295
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Lint JS and CSS:
app/scripts/components/analysis/define/index.tsx#L336
React Hook useEffect has a missing dependency: 'datasetsLayers'. Either include it or remove the dependency array
|
Lint JS and CSS:
app/scripts/components/analysis/define/use-custom-aoi.ts#L129
Unnecessary conditional, value is always falsy
|
Lint JS and CSS:
app/scripts/components/analysis/page-hero-media.tsx#L143
React Hook useEffect has a missing dependency: 'theme.color'. Either include it or remove the dependency array
|
Lint JS and CSS:
app/scripts/components/analysis/page-hero-media.tsx#L159
Unexpected any. Specify a different type
|
Lint JS and CSS:
app/scripts/components/analysis/results/analysis-metrics-dropdown.tsx#L76
Unexpected any. Specify a different type
|
Lint JS and CSS:
app/scripts/components/analysis/results/chart-card.tsx#L282
Unnecessary conditional, value is always truthy
|
Lint JS and CSS:
app/scripts/components/analysis/results/concurrency.ts#L8
The use of method `shift` is not allowed as it might be a mutating method
|
The logs for this run have expired and are no longer available.
Loading