closed/Issues/4377 #4380
Open
closed/Issues/4377 #4380
Annotations
10 errors and 11 warnings
Linter:
kafka-ui-react-app/src/components/NavBar/NavBar.tsx#L13
There should be at least one empty line between import groups
|
Linter:
kafka-ui-react-app/src/components/NavBar/NavBar.tsx#L14
`lib/api` import should occur before import of `./UserInfo/UserInfo`
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L4
'useLatestVersion' is defined but never used
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L5
There should be at least one empty line between import groups
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L6
There should be at least one empty line between import groups
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L6
'PreferencesApi' is defined but never used
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L6
Relative imports from parent directories are not allowed. Please either pass what you're importing through at runtime (dependency injection), move `Version.tsx` to same directory as `../../generated-sources` or consider making `../../generated-sources` a package
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L7
There should be at least one empty line between import groups
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L8
`lib/api` import should occur before import of `../../generated-sources`
|
Linter:
kafka-ui-react-app/src/components/Version/Version.tsx#L12
Unexpected any. Specify a different type
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2.4.0, actions/setup-node@v3.8.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
Linter:
kafka-ui-react-app/src/components/NavBar/NavBar.tsx#L54
Replace `""` with `''`
|
Linter:
kafka-ui-react-app/src/components/NavBar/NavBar.tsx#L58
Replace `"");⏎` with `'');`
|
Linter:
kafka-ui-react-app/src/components/NavBar/NavBar.tsx#L73
Unexpected console statement
|
Linter:
kafka-ui-react-app/src/components/NavBar/NavBar.tsx#L97
Replace `(⏎··············<img·src={logoBase64}·alt="Logo"·/>⏎············)·:·(⏎··············<Logo·/>⏎············)` with `<img·src={logoBase64}·alt="Logo"·/>·:·<Logo·/>`
|
Linter:
kafka-ui-react-app/src/components/NavBar/NavBar.tsx#L102
Replace `(⏎··············<span>{appName}</span>⏎············)·:·(⏎··············"UI·for·Apache·Kafka"⏎············)` with `<span>{appName}</span>·:·'UI·for·Apache·Kafka'`
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading