Skip to content

feat: generic DocField filter #391

feat: generic DocField filter

feat: generic DocField filter #391

Triggered via pull request July 31, 2023 20:36
Status Failure
Total duration 1m 24s
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
23s
Semantic Commits
ESLint - Reviewdog
1m 13s
ESLint - Reviewdog
Black - Reviewdog
15s
Black - Reviewdog
Semgrep Rules
32s
Semgrep Rules
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
ESLint - Reviewdog
Process completed with exit code 1.
ESLint - Reviewdog: desk/src/pages/desk/ticket-list/MainTable.vue#L91
[eslint] reported by reviewdog 🐶 Unexpected any. Specify a different type. Raw Output: {"ruleId":"@typescript-eslint/no-explicit-any","severity":1,"message":"Unexpected any. Specify a different type.","line":91,"column":13,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":91,"endColumn":16,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[2788,2791],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[2788,2791],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}