Skip to content

feat(ui): ticket: new design #42

feat(ui): ticket: new design

feat(ui): ticket: new design #42

Triggered via pull request May 1, 2023 12:20
Status Failure
Total duration 1m 23s
Artifacts

lint.yml

on: pull_request
Semantic Commits
29s
Semantic Commits
ESLint - Reviewdog
1m 14s
ESLint - Reviewdog
Black - Reviewdog
19s
Black - Reviewdog
Semgrep Rules
44s
Semgrep Rules
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
Semantic Commits
Process completed with exit code 1.
Semgrep Rules
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#L60
[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":60,"column":6,"nodeType":"VDirectiveKey","endLine":60,"endColumn":63}
ESLint - Reviewdog: desk/src/pages/desk/ticket/TicketDetails.vue#L70
[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":70,"column":7,"nodeType":"VDirectiveKey","endLine":70,"endColumn":61}
ESLint - Reviewdog: desk/src/pages/desk/ticket/TicketDetails.vue#L79
[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":79,"column":7,"nodeType":"VDirectiveKey","endLine":79,"endColumn":59}
ESLint - Reviewdog: desk/src/pages/desk/ticket/TicketDetails.vue#L89
[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":89,"column":6,"nodeType":"VDirectiveKey","endLine":89,"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}