Skip to content

Traces custom source - Bug Fixes #2349

Traces custom source - Bug Fixes

Traces custom source - Bug Fixes #2349

Triggered via pull request January 7, 2025 22:42
Status Success
Total duration 4m 47s
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/helper_functions.tsx#L381
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L426
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L427
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L431
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#L94
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L116
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L126
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/plots/service_map.tsx#L152
React Hook useEffect has missing dependencies: 'includeMetricsCallback', 'metricOptions', 'selectableValue', and 'setIdSelected'. Either include them or remove the dependency array. If 'setIdSelected' changes too often, find the parent component that defines it and wrap that definition in useCallback
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