Skip to content

* fix all errors of `CS0104: 'User' is an ambiguous reference between… #39

* fix all errors of `CS0104: 'User' is an ambiguous reference between…

* fix all errors of `CS0104: 'User' is an ambiguous reference between… #39

Triggered via push February 13, 2024 17:03
Status Failure
Total duration 1m 14s
Artifacts

fe.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 5 warnings
codechecks
Process completed with exit code 1.
tsc
Property 'pages' does not exist on type 'ApiPosts'.
tsc
Property 'threads' does not exist on type 'ApiPosts'.
tsc
Property 'threads' does not exist on type 'ApiPosts'.
tsc
Parameter 'i' implicitly has an 'any' type.
tsc
Property 'pages' does not exist on type 'ApiPosts'.
tsc
Property 'pages' does not exist on type 'ApiPosts'.
tsc
Property 'pages' does not exist on type 'ApiPosts'.
tsc
Property 'pages' does not exist on type 'ApiPosts'.
tsc
Property 'pages' does not exist on type 'Modify<ApiPosts, { threads: (Thread & { replies: (Reply & { subReplies: SubReply[][]; })[]; })[]; }>'.
tsc
Property 'users' does not exist on type 'ApiPosts'.
eslint: fe/src/api/index.d.ts#L29
Expected indentation of 8 spaces but found 4
eslint: fe/src/api/index.d.ts#L30
Expected indentation of 8 spaces but found 4
eslint: fe/src/api/index.d.ts#L31
Expected indentation of 8 spaces but found 4
eslint: fe/src/api/index.d.ts#L32
Expected indentation of 4 spaces but found 0
eslint: fe/src/api/index.d.ts#L40
Expected indentation of 8 spaces but found 4
eslint: fe/src/api/index.d.ts#L41
Expected indentation of 8 spaces but found 4
eslint: fe/src/api/index.d.ts#L42
Expected indentation of 8 spaces but found 4
eslint: fe/src/api/index.d.ts#L43
Expected indentation of 8 spaces but found 4
eslint: fe/src/api/index.d.ts#L44
Expected indentation of 4 spaces but found 0
eslint: fe/src/api/index.d.ts#L62
'any' overrides all other types in this intersection type
eslint
Cache save failed.
eslint: fe/src/components/Post/renderers/RendererList.vue#L110
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/RendererList.vue#L142
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/RendererTable.vue#L56
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/RendererTable.vue#L75
'v-html' directive can lead to XSS attack