Friending #321
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
50 errors and 1 warning
client/agora/public/js/dashboard.js#L1196
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1197
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1198
Expected indentation of 8 spaces but found 4 (indent)
|
client/agora/public/js/dashboard.js#L1198
There must be a space after this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1198
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1199
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1200
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1201
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1202
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1203
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1204
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1205
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1206
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1207
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1208
Expected indentation of 16 spaces but found 12 (indent)
|
client/agora/public/js/dashboard.js#L1209
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1210
Expected indentation of 8 spaces but found 4 (indent)
|
client/agora/public/js/dashboard.js#L1210
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1211
Expected indentation of 8 spaces but found 4 (indent)
|
client/agora/public/js/dashboard.js#L1212
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1212
There must be a space before this paren (space-in-parens)
|
client/agora/public/js/dashboard.js#L1213
Expected indentation of 12 spaces but found 8 (indent)
|
client/agora/public/js/dashboard.js#L1214
Expected indentation of 8 spaces but found 4 (indent)
|
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
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)
|
client/agora/public/js/friends.js#L102
'sendFriendRequest' is not defined (no-undef)
|
client/agora/public/js/scripts.js#L21
There must be a space after this paren (space-in-parens)
|
client/agora/public/js/scripts.js#L23
There must be a space after this paren (space-in-parens)
|
client/agora/public/js/scripts.js#L23
There must be a space after this paren (space-in-parens)
|
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/
|