Skip to content

Service map updates #2206

Service map updates

Service map updates #2206

Triggered via pull request November 12, 2024 19:40
Status Success
Total duration 4m 39s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Lint
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/
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, lots0logs/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/helper_functions.tsx#L332
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L377
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L378
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L382
Unexpected any. Specify a different type
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#L90
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L115
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#L129
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L154
Assignments to the 'currService' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect