Skip to content

Merge sharing and client #337

Merge sharing and client

Merge sharing and client #337

Triggered via pull request November 29, 2023 04:42
Status Success
Total duration 33s
Artifacts

lint.yml

on: pull_request
Run linters
23s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 29 warnings
server/controller/apis/friendController.js#L55
There must be a space after this paren (space-in-parens)
server/controller/apis/friendController.js#L55
There must be a space before this paren (space-in-parens)
server/controller/apis/friendController.js#L66
Missing semicolon (semi)
server/controller/apis/friendController.js#L178
There must be a space before this paren (space-in-parens)
server/controller/apis/userController.js#L19
Missing semicolon (semi)
server/controller/apis/userController.js#L21
There must be a space after this paren (space-in-parens)
server/controller/apis/userController.js#L21
There must be a space before this paren (space-in-parens)
server/model/friendshipRequest.js#L14
There must be a space after this paren (space-in-parens)
server/model/friendshipRequest.js#L14
There must be a space before this paren (space-in-parens)
server/model/friendshipRequest.js#L20
Missing semicolon (semi)
server/routes/apiAuthRoutes.js#L135
There must be a space before this paren (space-in-parens)
server/routes/apis/friendRoutes.js#L40
There must be a space before this paren (space-in-parens)
server/routes/apis/friendRoutes.js#L40
Missing semicolon (semi)
server/routes/apis/friendRoutes.js#L54
Missing semicolon (semi)
server/routes/apis/friendRoutes.js#L58
Expected indentation of 8 spaces but found 12 (indent)
server/routes/apis/friendRoutes.js#L59
Expected indentation of 4 spaces but found 8 (indent)
server/service/friendService.js#L55
A space is required before ']' (array-bracket-spacing)
server/service/friendService.js#L59
There must be a space before this paren (space-in-parens)
server/service/userService.js#L329
'i' is not defined (no-undef)
server/service/userService.js#L329
'i' is not defined (no-undef)
server/service/userService.js#L329
'i' is not defined (no-undef)
server/service/userService.js#L330
'i' is not defined (no-undef)
client/agora/public/js/dashboard.js#L416
'createNewTopic' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L418
'temp' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L435
'createNewWorkspace' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L527
'viewModal' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L527
'name' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L527
'desc' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L537
'toggleMoreOptionsOn' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L543
'toggleMoreOptionsOff' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L565
'toggleTopicView' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L577
'toggleAllView' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L697
'cards' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L702
'updateSaveButton' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L729
'removeText' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L775
'deleteCards' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L782
'updateDeleteConfirmButton' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L810
'title' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L811
'description' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L840
'newTabCards' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L862
'copyLinkCards' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L963
'duplicateCards' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1007
'topicArr' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1025
'queryTopics' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1123
'toggleList' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1134
'logout' is assigned a value but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1161
'e' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1192
'filterFriends' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1207
'deleteFriend' is defined but never used (no-unused-vars)
client/agora/public/js/dashboard.js#L1239
'target' is assigned a value but never used (no-unused-vars)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/