Skip to content

[Services map] Update redirection/Focus field rework #2247

[Services map] Update redirection/Focus field rework

[Services map] Update redirection/Focus field rework #2247

Triggered via pull request December 3, 2024 18:31
Status Success
Total duration 4m 25s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L39
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L96
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L118
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L128
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L139
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L354
React Hook useEffect has a missing dependency: 'selectedNodeDetails'. Either include it or remove the dependency array
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L381
React Hook useEffect has missing dependencies: 'currService', 'filterByCurrService', and 'focusedService'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setItems' needs the current value of 'focusedService'