Merge remote-tracking branch 'upstream/master' into feat/merge-upstream-2.31 #58
Annotations
6 errors and 10 warnings
Run make lint-frontend:
frontend/src/api/files.ts#L194
'file' is never reassigned. Use 'const' instead
|
Run make lint-frontend:
frontend/src/stores/file.ts#L36
'extensions' is never reassigned. Use 'const' instead
|
Run make lint-frontend:
frontend/src/stores/file.ts#L37
'items' is never reassigned. Use 'const' instead
|
Run make lint-frontend:
frontend/src/stores/file.ts#L48
'item' is never reassigned. Use 'const' instead
|
Run make lint-frontend:
frontend/src/stores/quota.ts#L19
'data' is never reassigned. Use 'const' instead
|
Run make lint-frontend
Process completed with exit code 2.
|
Run make lint-frontend:
frontend/src/api/files.ts#L191
Replace `url:·string,·name:·string,·format:·string,·...files:·string[]` with `⏎··url:·string,⏎··name:·string,⏎··format:·string,⏎··...files:·string[]⏎`
|
Run make lint-frontend:
frontend/src/api/files.ts#L217
Replace `path:·string,·perms:·number,·recursive:·boolean,·recursionType:·string` with `⏎··path:·string,⏎··perms:·number,⏎··recursive:·boolean,⏎··recursionType:·string⏎`
|
Run make lint-frontend:
frontend/src/components/Quota.vue#L47
Replace `·?·quotaStore.quota.inodes·!==·null·&&·quotaStore.quota.space·!==·null` with `⏎····?·quotaStore.quota.inodes·!==·null·&&·quotaStore.quota.space·!==·null⏎···`
|
Run make lint-frontend:
frontend/src/components/Quota.vue#L51
Replace `·?·progress(quotaStore.quota.space)` with `⏎····?·progress(quotaStore.quota.space)⏎···`
|
Run make lint-frontend:
frontend/src/components/Quota.vue#L55
Replace `·?·progress(quotaStore.quota.inodes)` with `⏎····?·progress(quotaStore.quota.inodes)⏎···`
|
Run make lint-frontend:
frontend/src/components/Quota.vue#L59
Replace `·?·"-·/·-"·:·filesize(quotaStore.quota.space.usage)·+·"·/·"·+` with `⏎····?·"-·/·-"⏎····:·filesize(quotaStore.quota.space.usage)·+⏎······"·/·"·+⏎·····`
|
Run make lint-frontend:
frontend/src/components/Quota.vue#L63
Replace `·?·"-·/·-"·:·filesize(quotaStore.quota.inodes.usage)·+·"·/·"·+` with `⏎····?·"-·/·-"⏎····:·filesize(quotaStore.quota.inodes.usage)·+⏎······"·/·"·+⏎·····`
|
|
Run make lint-frontend:
frontend/src/components/Sidebar.vue#L134
Replace `'·'` with `"·"`
|
Run make lint-frontend:
frontend/src/components/files/ContextMenu.vue#L2
Replace `⏎····id="context-menu"⏎····ref="contextMenuDiv"⏎····class="card"⏎····:style="menuStyle"⏎··` with `·id="context-menu"·ref="contextMenuDiv"·class="card"·:style="menuStyle"`
|
Loading