Skip to content

feat(ui): ticket: new design #38

feat(ui): ticket: new design

feat(ui): ticket: new design #38

Triggered via pull request April 26, 2023 18:44
Status Failure
Total duration 1m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Semantic Commits
39s
Semantic Commits
ESLint - Reviewdog
1m 14s
ESLint - Reviewdog
Black - Reviewdog
18s
Black - Reviewdog
Semgrep Rules
34s
Semgrep Rules
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
Semgrep Rules
Process completed with exit code 1.
Semantic Commits
Process completed with exit code 1.
ESLint - Reviewdog
Process completed with exit code 1.
ESLint - Reviewdog: desk/src/pages/desk/ticket/OpenTicketList.vue#L18
[eslint] reported by reviewdog 🐶 Variable 'ticket' is already declared in the upper scope. Raw Output: {"ruleId":"vue/no-template-shadow","severity":1,"message":"Variable 'ticket' is already declared in the upper scope.","line":18,"column":16,"nodeType":"Identifier","endLine":18,"endColumn":22}
ESLint - Reviewdog: desk/src/pages/desk/ticket/TicketDetails.vue#L57
[eslint] reported by reviewdog 🐶 v-on event '@update:modelValue' must be hyphenated. Raw Output: {"ruleId":"vue/v-on-event-hyphenation","severity":1,"message":"v-on event '@update:modelValue' must be hyphenated.","line":57,"column":6,"nodeType":"VDirectiveKey","endLine":57,"endColumn":63}
ESLint - Reviewdog: desk/src/pages/desk/ticket/TicketDetails.vue#L67
[eslint] reported by reviewdog 🐶 v-on event '@update:modelValue' must be hyphenated. Raw Output: {"ruleId":"vue/v-on-event-hyphenation","severity":1,"message":"v-on event '@update:modelValue' must be hyphenated.","line":67,"column":7,"nodeType":"VDirectiveKey","endLine":67,"endColumn":61}
ESLint - Reviewdog: desk/src/pages/desk/ticket/TicketDetails.vue#L76
[eslint] reported by reviewdog 🐶 v-on event '@update:modelValue' must be hyphenated. Raw Output: {"ruleId":"vue/v-on-event-hyphenation","severity":1,"message":"v-on event '@update:modelValue' must be hyphenated.","line":76,"column":7,"nodeType":"VDirectiveKey","endLine":76,"endColumn":59}
ESLint - Reviewdog: desk/src/pages/desk/ticket/TicketDetails.vue#L86
[eslint] reported by reviewdog 🐶 v-on event '@update:modelValue' must be hyphenated. Raw Output: {"ruleId":"vue/v-on-event-hyphenation","severity":1,"message":"v-on event '@update:modelValue' must be hyphenated.","line":86,"column":6,"nodeType":"VDirectiveKey","endLine":86,"endColumn":63}
ESLint - Reviewdog: desk/src/pages/desk/ticket/editor/ResponseEditor.vue#L27
[eslint] reported by reviewdog 🐶 Variable 'editor' is already declared in the upper scope. Raw Output: {"ruleId":"vue/no-template-shadow","severity":1,"message":"Variable 'editor' is already declared in the upper scope.","line":27,"column":27,"nodeType":"Identifier","endLine":27,"endColumn":33}