Skip to content

Fix new E721 errors from ruff 0.0.290 #57

Fix new E721 errors from ruff 0.0.290

Fix new E721 errors from ruff 0.0.290 #57

Triggered via push September 20, 2023 00:52
Status Success
Total duration 2m 20s
Artifacts

js_lint.yaml

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

Annotations

10 warnings
client-unit-test (18): client/src/components/ActivityBar/ActivityBar.vue#L133
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/ActivityBar/ActivitySettings.vue#L66
Visible, non-interactive elements with click handlers must have at least one keyboard listener
client-unit-test (18): client/src/components/ActivityBar/ActivitySettings.vue#L66
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
client-unit-test (18): client/src/components/Alert.vue#L35
Prop 'dismissLabel' requires default value to be set
client-unit-test (18): client/src/components/Alert.vue#L37
Prop 'show' requires default value to be set
client-unit-test (18): client/src/components/Annotation.vue#L1
Component name "Annotation" should always be multi-word
client-unit-test (18): client/src/components/Citation/Citation.vue#L1
Component name "Citation" should always be multi-word