Skip to content

Room list

Room list #7

Triggered via pull request June 15, 2024 08:54
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
build: src/pages/RoomList.vue#L4
Could not find a declaration file for module '@/stores/user'. '/home/runner/work/h24s_19_front/h24s_19_front/src/stores/user.js' implicitly has an 'any' type.
build: src/pages/RoomList.vue#L19
'roomName' is declared but its value is never read.
build: src/pages/RoomList.vue#L19
'roomId' is declared but its value is never read.
build: src/pages/RoomList.vue#L19
'isPublic' is declared but its value is never read.
build: src/pages/RoomList.vue#L65
Argument of type '{ class: string; onClick: (roomName: string, roomId: string, isPublic: boolean) => void; }' is not assignable to parameter of type 'ButtonHTMLAttributes & ReservedProps & Record<string, unknown>'.
build
Process completed with exit code 2.
type-check: src/pages/RoomList.vue#L4
Could not find a declaration file for module '@/stores/user'. '/home/runner/work/h24s_19_front/h24s_19_front/src/stores/user.js' implicitly has an 'any' type.
type-check: src/pages/RoomList.vue#L19
'roomName' is declared but its value is never read.
type-check: src/pages/RoomList.vue#L19
'roomId' is declared but its value is never read.
type-check: src/pages/RoomList.vue#L19
'isPublic' is declared but its value is never read.
type-check: src/pages/RoomList.vue#L65
Argument of type '{ class: string; onClick: (roomName: string, roomId: string, isPublic: boolean) => void; }' is not assignable to parameter of type 'ButtonHTMLAttributes & ReservedProps & Record<string, unknown>'.
type-check
Process completed with exit code 2.
lint: src/pages/HomePage.vue#L3
'class' should be on a new line
lint: src/pages/HomePage.vue#L3
Attribute "class" should go before "@click"
lint: src/pages/HomePage.vue#L3
Expected 1 line break after opening tag (`<button>`), but no line breaks found
lint: src/pages/HomePage.vue#L3
Expected 1 line break before closing tag (`</button>`), but no line breaks found
lint: src/pages/HomePage.vue#L4
Multiple spaces found before 'class'
lint: src/pages/HomePage.vue#L4
'class' should be on a new line
lint: src/pages/HomePage.vue#L4
Attribute "class" should go before "@click"
lint: src/pages/HomePage.vue#L4
Expected 1 line break after opening tag (`<button>`), but no line breaks found
lint: src/pages/HomePage.vue#L4
Expected 1 line break before closing tag (`</button>`), but no line breaks found
lint: src/pages/RoomList.vue#L46
':key' should be on a new line