Skip to content

Client linting

Client linting #16

Triggered via push September 26, 2024 07:43
Status Success
Total duration 4m 34s
Artifacts

js_lint.yaml

on: push
Matrix: client-unit-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
client-unit-test (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
client-unit-test (18): client/src/api/histories.archived.ts#L83
Do not use "@ts-ignore" because it alters compilation errors
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L17
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L22
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L55
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L86
Unexpected any. Specify a different type
client-unit-test (18): client/src/api/schema/__mocks__/fetcher.ts#L87
Unexpected any. Specify a different type
client-unit-test (18): client/src/components/ActivityBar/ActivityBar.vue#L129
Visible, non-interactive elements should not have an interactive handler
client-unit-test (18): client/src/components/ActivityBar/ActivityItem.vue#L57
Visible, non-interactive elements with click handlers must have at least one keyboard listener
client-unit-test (18): client/src/components/ActivityBar/ActivityItem.vue#L57
Visible, non-interactive elements should not have an interactive handler
client-unit-test (18): client/src/components/Alert.vue#L1
Component name "Alert" should always be multi-word