Skip to content

Traces custom source - Bug Fixes #2340

Traces custom source - Bug Fixes

Traces custom source - Bug Fixes #2340

Triggered via pull request December 30, 2024 18:27
Status Success
Total duration 4m 40s
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#L361
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L406
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L407
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/components/common/helper_functions.tsx#L411
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' and 'metricOptions'. Either include them or remove the dependency array. If 'includeMetricsCallback' 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