Skip to content

resolved manage share behavior #86

resolved manage share behavior

resolved manage share behavior #86

Triggered via pull request February 26, 2026 06:22
Status Failure
Total duration 31s
Artifacts

lint-eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
eslint
Process completed with exit code 1.
eslint: src/views/SharingPopup.vue#L523
Trailing spaces not allowed
eslint: src/views/SharingPopup.vue#L213
'currentUrl' is not defined
eslint: src/mixins/SharesMixin.js#L178
JSDoc @return declaration present but return expression not available in function
eslint: src/components/SharingInput.vue#L27
Unexpected mutation of "newShare" prop
eslint: src/components/SharingEntryQuickShareSelect.vue#L229
Unexpected mutation of "share" prop
eslint: src/components/SharingEntryLink.vue#L310
The global property or function moment was deprecated in Nextcloud 18.0.0
eslint: src/components/SharingEntryLink.vue#L308
The global property or function moment was deprecated in Nextcloud 18.0.0
eslint: src/components/SharingEntryLink.vue#L299
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
eslint: src/components/SharingEntryLink.vue#L298
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
eslint: src/components/SharingEntryLink.vue#L26
'v-html' directive can lead to XSS attack
eslint: src/components/SharingEntryLink.vue#L26
Require self-closing on HTML elements (<span>)
eslint: src/components/DownloadLimit.vue#L61
Missing trailing comma