Friending #327
Annotations
50 errors and 1 warning
client/agora/public/js/dashboard.js#L1200
Closing curly brace appears on the same line as the subsequent block (brace-style)
|
client/agora/public/js/dashboard.js#L1207
There must be a space after this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1207
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1207
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1213
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1214
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1215
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1215
There must be a space after this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1215
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1216
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1217
Expected indentation of 20 spaces but found 16 (indent)
|
client/agora/public/js/dashboard.js#L1218
Expected indentation of 20 spaces but found 16 (indent)
|
client/agora/public/js/dashboard.js#L1219
Expected indentation of 20 spaces but found 16 (indent)
|
client/agora/public/js/dashboard.js#L1220
Expected indentation of 20 spaces but found 16 (indent)
|
client/agora/public/js/dashboard.js#L1221
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1222
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1223
Expected indentation of 20 spaces but found 16 (indent)
|
client/agora/public/js/dashboard.js#L1224
Expected indentation of 20 spaces but found 16 (indent)
|
client/agora/public/js/dashboard.js#L1225
Expected indentation of 20 spaces but found 16 (indent)
|
client/agora/public/js/dashboard.js#L1226
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1227
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1227
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1228
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1229
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1229
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1230
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1231
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1231
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1233
Unnecessary semicolon (no-extra-semi)
|
client/agora/public/js/friends.js#L16
'getResources' is not defined (no-undef)
|
client/agora/public/js/friends.js#L24
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/friends.js#L28
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/friends.js#L29
There must be a space after this paren (space-in-parens)
|
client/agora/public/js/friends.js#L29
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/friends.js#L31
There must be a space after this paren (space-in-parens)
|
client/agora/public/js/friends.js#L31
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/friends.js#L39
'queryUsers' is not defined (no-undef)
|
client/agora/public/js/friends.js#L47
'i' is not defined (no-undef)
|
client/agora/public/js/friends.js#L47
'i' is not defined (no-undef)
|
client/agora/public/js/friends.js#L47
'i' is not defined (no-undef)
|
client/agora/public/js/friends.js#L48
'i' is not defined (no-undef)
|
client/agora/public/js/friends.js#L51
'j' is not defined (no-undef)
|
client/agora/public/js/friends.js#L51
'j' is not defined (no-undef)
|
client/agora/public/js/friends.js#L51
'j' is not defined (no-undef)
|
client/agora/public/js/friends.js#L52
'j' is not defined (no-undef)
|
client/agora/public/js/friends.js#L56
'k' is not defined (no-undef)
|
client/agora/public/js/friends.js#L56
'k' is not defined (no-undef)
|
client/agora/public/js/friends.js#L56
'k' is not defined (no-undef)
|
client/agora/public/js/friends.js#L57
'k' is not defined (no-undef)
|
client/agora/public/js/friends.js#L58
'k' is not defined (no-undef)
|
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/
|