Skip to content

feat: enable default route #1

feat: enable default route

feat: enable default route #1

Re-run triggered July 5, 2024 15:49
Status Failure
Total duration 4m 37s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 14 warnings
Lint: public/components/app.tsx#L73
'coreSavedObjects' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint: public/components/index.tsx#L27
Delete `,`
Lint: public/components/trace_analytics/home.tsx#L369
Replace `⏎··········path="/"⏎··········render={()·=>·(⏎············<Redirect·to={defaultRoute}·/>⏎··········)}⏎·······` with `·path="/"·render={()·=>·<Redirect·to={defaultRoute}·/>}`
Lint: public/plugin.tsx#L274
Replace `params:·AppMountParameters` with `⏎······params:·AppMountParameters⏎····`
Lint: public/plugin.tsx#L294
Delete `,`
Lint: public/plugin.tsx#L334
Replace `"observability-traces-nav"` with `'observability-traces-nav'`
Lint: public/plugin.tsx#L342
Replace `"observability-services-nav"` with `'observability-services-nav'`
Lint
Process completed with exit code 1.
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 uses Node.js version which is deprecated 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/app.tsx#L28
Unexpected any. Specify a different type
Lint: public/components/app.tsx#L29
Unexpected any. Specify a different type
Lint: public/components/app.tsx#L30
Unexpected any. Specify a different type
Lint: public/components/app.tsx#L31
Unexpected any. Specify a different type
Lint: public/components/index.tsx#L18
Unexpected any. Specify a different type
Lint: public/components/index.tsx#L19
Unexpected any. Specify a different type
Lint: public/components/index.tsx#L20
Unexpected any. Specify a different type
Lint: public/components/index.tsx#L21
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/home.tsx#L73
Unexpected any. Specify a different type
Lint: public/components/trace_analytics/home.tsx#L132
React Hook useEffect has a missing dependency: 'props.http'. Either include it or remove the dependency array