Skip to content

Merge sharing and client #337

Merge sharing and client

Merge sharing and client #337

GitHub Actions / ESLint failed Nov 29, 2023 in 0s

22 errors and 164 warnings

ESLint found 22 errors and 164 warnings

Annotations

Check failure on line 55 in server/controller/apis/friendController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/controller/apis/friendController.js#L55

There must be a space after this paren (space-in-parens)

Check failure on line 55 in server/controller/apis/friendController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/controller/apis/friendController.js#L55

There must be a space before this paren (space-in-parens)

Check failure on line 66 in server/controller/apis/friendController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/controller/apis/friendController.js#L66

Missing semicolon (semi)

Check failure on line 178 in server/controller/apis/friendController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/controller/apis/friendController.js#L178

There must be a space before this paren (space-in-parens)

Check failure on line 19 in server/controller/apis/userController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/controller/apis/userController.js#L19

Missing semicolon (semi)

Check failure on line 21 in server/controller/apis/userController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/controller/apis/userController.js#L21

There must be a space after this paren (space-in-parens)

Check failure on line 21 in server/controller/apis/userController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/controller/apis/userController.js#L21

There must be a space before this paren (space-in-parens)

Check failure on line 14 in server/model/friendshipRequest.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/model/friendshipRequest.js#L14

There must be a space after this paren (space-in-parens)

Check failure on line 14 in server/model/friendshipRequest.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/model/friendshipRequest.js#L14

There must be a space before this paren (space-in-parens)

Check failure on line 20 in server/model/friendshipRequest.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/model/friendshipRequest.js#L20

Missing semicolon (semi)

Check failure on line 135 in server/routes/apiAuthRoutes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/routes/apiAuthRoutes.js#L135

There must be a space before this paren (space-in-parens)

Check failure on line 40 in server/routes/apis/friendRoutes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/routes/apis/friendRoutes.js#L40

There must be a space before this paren (space-in-parens)

Check failure on line 40 in server/routes/apis/friendRoutes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/routes/apis/friendRoutes.js#L40

Missing semicolon (semi)

Check failure on line 54 in server/routes/apis/friendRoutes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/routes/apis/friendRoutes.js#L54

Missing semicolon (semi)

Check failure on line 58 in server/routes/apis/friendRoutes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/routes/apis/friendRoutes.js#L58

Expected indentation of 8 spaces but found 12 (indent)

Check failure on line 59 in server/routes/apis/friendRoutes.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/routes/apis/friendRoutes.js#L59

Expected indentation of 4 spaces but found 8 (indent)

Check failure on line 55 in server/service/friendService.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/service/friendService.js#L55

A space is required before ']' (array-bracket-spacing)

Check failure on line 59 in server/service/friendService.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/service/friendService.js#L59

There must be a space before this paren (space-in-parens)

Check failure on line 329 in server/service/userService.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/service/userService.js#L329

'i' is not defined (no-undef)

Check failure on line 329 in server/service/userService.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/service/userService.js#L329

'i' is not defined (no-undef)

Check failure on line 329 in server/service/userService.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/service/userService.js#L329

'i' is not defined (no-undef)

Check failure on line 330 in server/service/userService.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

server/service/userService.js#L330

'i' is not defined (no-undef)

Check warning on line 416 in client/agora/public/js/dashboard.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/agora/public/js/dashboard.js#L416

'createNewTopic' is assigned a value but never used (no-unused-vars)

Check warning on line 418 in client/agora/public/js/dashboard.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/agora/public/js/dashboard.js#L418

'temp' is assigned a value but never used (no-unused-vars)

Check warning on line 435 in client/agora/public/js/dashboard.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/agora/public/js/dashboard.js#L435

'createNewWorkspace' is assigned a value but never used (no-unused-vars)